Run analysis on pushes AND PRs to the contrib and dev branches

This commit is contained in:
Sebastiaan Janssen
2020-11-12 11:42:37 +01:00
parent f295b539a1
commit 9c6b7a6578

View File

@@ -2,11 +2,9 @@ name: "Code scanning - action"
on:
push:
branches: [v8/contrib]
branches: [v8/contrib,v8/dev]
pull_request:
# The branches below must be a subset of the branches above
# SJ: Don't run on PR branches for now
# branches: [v8/contrib]
schedule:
- cron: '0 7 * * 2'