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
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [ push, pull_request ]
jobs:
test:

View file

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