Skip to content

Commit e89c8dd

Browse files
committed
🤖 CI: fix code in main.yml
1 parent 256a589 commit e89c8dd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: CI CD Main
1+
name: "CI CD Main"
22

33
on:
4+
push:
5+
branches: [ master ]
46
pull_request:
5-
branches:
6-
- "master"
7-
8-
push:
9-
branches:
10-
- "master"
7+
# The branches below must be a subset of the branches above
8+
branches: [ master ]
119

1210
jobs:
1311
install-and-test:

0 commit comments

Comments
 (0)