Skip to content

Commit b503a3c

Browse files
committed
fixes #29
1 parent 2348e8e commit b503a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: CI
44
on:
55
pull_request:
6-
branches: [ main, '**' ]
6+
branches: [ master, '**' ]
77
push:
8-
branches: [ main ]
8+
branches: [ master ]
99

1010
jobs:
1111
validate:

0 commit comments

Comments
 (0)