Skip to content

Commit 23d2799

Browse files
test
1 parent e89e232 commit 23d2799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-on-branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
jobs:
2525
snyk:
26-
# if: github.event_name == 'pull_request_target'
26+
if: github.event_name == 'pull_request_target'
2727
uses: ./.github/workflows/snyk.yaml
2828
permissions:
2929
security-events: write
@@ -33,8 +33,8 @@ jobs:
3333
SNYK_API_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
3434

3535
build-easytrade:
36-
if: github.event_name == 'push'
37-
runs-on: ubuntu-24.04
36+
if: github.event_name != 'pull_request_target'
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)