Skip to content

Commit d55ce80

Browse files
authored
Update CI.yml
1 parent 6738653 commit d55ce80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: CI
22
on:
3+
pull_request:
4+
branches:
5+
- main
36
push:
47
branches:
58
- main
69
tags: '*'
7-
pull_request:
810
concurrency:
911
# Skip intermediate builds: always.
1012
# Cancel intermediate builds: only if it is a pull request build.

0 commit comments

Comments
 (0)