Skip to content

Commit 3fe938b

Browse files
Change compile check to run on any pull request
1 parent 95f25ad commit 3fe938b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Compile-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ "main" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "**" ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)