Skip to content

Commit

Permalink
👷 run CI for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 16, 2021
1 parent fa5d3b5 commit f1e63a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: "Code scanning - action"

on:
push:
branches: [develop, ]
branches:
- develop
- master
- release/*
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
schedule:
- cron: '0 19 * * 1'

Expand Down

0 comments on commit f1e63a8

Please sign in to comment.