👷 v3 (ci): make workflows runnable on v3-beta branch

pull/2255/head
Muhammed Efe Çetin 2022-11-27 20:42:17 +03:00
parent c62dd16e8d
commit 4aec4fc8be
No known key found for this signature in database
GPG Key ID: 0AA4D45CBAA86F73
3 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1,8 +1,7 @@
on:
push:
branches:
- master
- main
- v3-beta
pull_request:
name: Linter
jobs:

View File

@ -1,8 +1,7 @@
on:
push:
branches:
- master
- main
- v3-beta
pull_request:
name: Security
jobs: