Skip to content

Commit

Permalink
fix(ci): remove push/pull triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Apr 23, 2024
1 parent 430f0ae commit 69b437c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bdt-fe--force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ run-name: "🚜 ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - Build, Depl
on:
workflow_dispatch:

pull_request:
branches: [main, develop]
push:
branches: [develop]

permissions:
checks: write
contents: write
Expand Down

0 comments on commit 69b437c

Please sign in to comment.