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