Skip to content

Commit 22682e0

Browse files
workflow
1 parent 76ddaf6 commit 22682e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build and test
33

44
on:
55
pull_request:
6-
branches: [ master, main ]
6+
branches: [ master, main, release/** ]
77
push:
8-
branches: [ master, main ]
8+
branches: [ master, main, release/** ]
99

1010
jobs:
1111
build-and-test:
1212
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
1313
secrets: inherit
1414
with:
15-
timeout: 150
15+
timeout: 150

0 commit comments

Comments
 (0)