Enable CI on dev

This commit is contained in:
Andreas Zweili 2022-11-19 15:33:52 +01:00
parent 90a0f320fa
commit eba4a32d99
2 changed files with 8 additions and 8 deletions

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
branches: [ "master" "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master" "dev" ]
schedule:
- cron: '27 23 * * 0'

View File

@ -1,9 +1,9 @@
on:
push:
branches: [ "master" ]
branches: [ "master" "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master" "dev" ]
env:
IMAGE_NAME: network_inventory