👷 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: on:
push: push:
branches: [master, ] branches: [v3-beta, ]
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] branches: [v3-beta]
schedule: schedule:
- cron: '0 3 * * 6' - cron: '0 3 * * 6'

View File

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

View File

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