mirror of https://github.com/gofiber/fiber.git
👷 v3 (ci): make workflows runnable on v3-beta branch
parent
c62dd16e8d
commit
4aec4fc8be
|
@ -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'
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v3-beta
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
name: Linter
|
name: Linter
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v3-beta
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
name: Security
|
name: Security
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue