Skip to content

Commit

Permalink
re-add rule to push only on the master or main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 13, 2024
1 parent fa37d10 commit 6e3e5ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ jobs:
runs-on: ubuntu-22.04
needs: [test-oss, test-latest-njs, test-unprivileged]

# if: |
# github.ref == 'refs/heads/master' ||
# github.ref == 'refs/heads/main'
if: |
github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/main'
services:
registry:
image: registry:2
Expand Down

0 comments on commit 6e3e5ed

Please sign in to comment.