Skip to content

Commit b70173e

Browse files
authored
Fix branch name trigger (#254)
Changed from 'main' to 'master'
1 parent 5911913 commit b70173e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22

33
on:
44
push:
5-
branches: [develop, main]
5+
branches: [develop, master]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)