Skip to content

Commit 257332b

Browse files
committed
Try with different configuration of trigger
1 parent 49219c2 commit 257332b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ permissions:
99

1010
on:
1111
push:
12-
branches: ['main']
12+
branches: main
13+
1314
pull_request:
15+
branches: main
1416

1517
jobs:
1618
stylecheck:

0 commit comments

Comments
 (0)