We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ddaf6 commit 22682e0Copy full SHA for 22682e0
1 file changed
.github/workflows/build-and-test.yml
@@ -3,13 +3,13 @@ name: Build and test
3
4
on:
5
pull_request:
6
- branches: [ master, main ]
+ branches: [ master, main, release/** ]
7
push:
8
9
10
jobs:
11
build-and-test:
12
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
13
secrets: inherit
14
with:
15
- timeout: 150
+ timeout: 150
0 commit comments