Skip to content

Commit

Permalink
fix: deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Mar 3, 2024
1 parent 5d1e266 commit b8934c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
runs-on: ubuntu-22.04
needs: test

# Run only on pushing to main
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# Run only on pushing to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

steps:
- name: checkout
Expand Down

0 comments on commit b8934c6

Please sign in to comment.