Add missing commas

This commit is contained in:
Andreas Zweili 2022-11-19 15:35:44 +01:00
parent eba4a32d99
commit 1544cb2b3e
2 changed files with 4 additions and 4 deletions

View File

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

View File

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