Skip to content

Commit bd9c463

Browse files
committed
run the test workflow in the compile branch
1 parent ef8ab43 commit bd9c463

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'test'
2-
on: ['push', 'pull_request']
2+
on:
3+
push: {branches: ['compile']}
4+
pull_request: {}
35

46
jobs:
57
# Uncomment to get a debug shell.

0 commit comments

Comments
 (0)