Update workflows running on every branch

This commit is contained in:
bytedream 2022-05-13 19:34:28 +02:00
parent 3ee53c0cab
commit f046b68371
2 changed files with 1 additions and 8 deletions

View file

@ -1,10 +1,6 @@
name: CI name: CI
on: on: [ push, pull_request ]
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
test: test:

View file

@ -13,10 +13,7 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ]
pull_request: pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule: schedule:
- cron: '40 3 * * 2' - cron: '40 3 * * 2'