We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bf20d commit 9ca4f00Copy full SHA for 9ca4f00
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: Build and Test
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, develop ]
6
pull_request:
7
8
release:
9
types: [created]
10
0 commit comments