Skip to content

Commit b448f6b

Browse files
author
NOTEBOOK-SAUER\chris
committed
change action audit if
1 parent 459e8e7 commit b448f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
audit:
5353
name: Audit Dependencies
5454
runs-on: ubuntu-latest
55-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') && github.event.pull_request.merged == true
55+
if: github.event.pull_request.merged == true && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release'))
5656
steps:
5757
- name: Checkout code
5858
uses: actions/checkout@v3

0 commit comments

Comments
 (0)