Skip to content

Commit 802e323

Browse files
Merge pull request #74 from advanced-security/rvermeulen-patch-1
Trigger the unit test only on main
2 parents 47c9219 + 611847c commit 802e323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-codeql-unit-tests-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: ⚙️ CodeQL - Run Unit Tests (javascript)
44
on:
55
push:
66
branches:
7-
- '**'
7+
- 'main'
88
pull_request:
99
branches:
10-
- '**'
10+
- 'main'
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)