Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frylock34 authored Sep 5, 2023
1 parent 02025a6 commit e228c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.YC_DEFAULT_REGION }}

triggerUpdate:
if: github.event_name == 'push'
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
needs: [deploy]
env:
Expand Down

0 comments on commit e228c3d

Please sign in to comment.