Add master branch to workflow triggers

This commit is contained in:
Gustavo Henrique Miranda 2025-11-29 03:51:09 -03:00 committed by GitHub
parent 8e80b3c74e
commit a0bf000edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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