Skip to content

Commit 291349f

Browse files
Add 'help' branch to workflow triggers
1 parent 6463802 commit 291349f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nonanboxing2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: NoNANBoxing-2
22

33
on:
44
push:
5-
branches: [ "dev" ]
5+
branches: [ "dev", "help" ]
66
pull_request:
7-
branches: [ "dev" ]
7+
branches: [ "dev", "help" ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)