Add master branch to workflow triggers
This commit is contained in:
parent
8e80b3c74e
commit
a0bf000edc
|
|
@ -4,6 +4,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: # Specify your branches here
|
branches: # Specify your branches here
|
||||||
|
- master
|
||||||
- main # The 'main' branch
|
- main # The 'main' branch
|
||||||
- develop
|
- develop
|
||||||
- 'releases/*' # The release branches
|
- 'releases/*' # The release branches
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue