Replace occurrences of master with trunk in CodeQL config

[MAILPOET-3466]
This commit is contained in:
Rodrigo Primo 2022-05-31 09:49:55 +01:00 committed by Rodrigo Primo
parent cbf3aa477d
commit df62347116

View File

@ -7,10 +7,10 @@ name: 'CodeQL'
on:
push:
branches: [master]
branches: [trunk]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [trunk]
schedule:
- cron: '0 17 * * 4'