Change development branch name in github action workflow
This commit is contained in:
parent
19c55b78f4
commit
a6a5e42b6b
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- development
|
- develop
|
||||||
- 'releases/**'
|
- 'releases/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue