We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459e8e7 commit b448f6bCopy full SHA for b448f6b
.github/workflows/nextjs.yml
@@ -52,7 +52,7 @@ jobs:
52
audit:
53
name: Audit Dependencies
54
runs-on: ubuntu-latest
55
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') && github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release'))
56
steps:
57
- name: Checkout code
58
uses: actions/checkout@v3
0 commit comments