Skip to content

Commit c4f38b0

Browse files
committed
BugFix at deploy
1 parent 793e7e8 commit c4f38b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Test Build
55

66
on:
77
push:
8-
branches: [ none ] #change to main
8+
branches: [ master ] #change to main
99
paths-ignore:
1010
- .gitignore
1111
- README.md
@@ -16,7 +16,7 @@ on:
1616
- '**.md'
1717

1818
pull_request:
19-
branches: [ none ]
19+
branches: [ master ]
2020
paths-ignore:
2121
- .gitignore
2222
- README.md

0 commit comments

Comments
 (0)