Skip to content

Commit

Permalink
run GH actions on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 30, 2024
1 parent 01b917b commit 0595363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/worflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
Deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest

# should mirror the ENV variables from ".env" file
Expand Down

0 comments on commit 0595363

Please sign in to comment.