Skip to content

Commit 3d09a8e

Browse files
committed
Run test-integration on release branch
And updated references to the correct other branches. master became main. Develop was removed from existence.
1 parent 04c9ed9 commit 3d09a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test-integration
22
on:
33
pull_request:
44
push:
5-
branches: [ master, develop, feature/*, bugfix/* ]
5+
branches: [ main, feature/*, bugfix/*, release/* ]
66
jobs:
77
build:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)