mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
enable actions workflows for rc branches
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -2,9 +2,13 @@ name: Build / Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
|
||||
8
.github/workflows/dataset_measure.yml
vendored
8
.github/workflows/dataset_measure.yml
vendored
@@ -2,11 +2,15 @@ name: Collect database stats
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
paths:
|
||||
- ql/lib/ruby.dbscheme
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
paths:
|
||||
- ql/lib/ruby.dbscheme
|
||||
workflow_dispatch:
|
||||
|
||||
4
.github/workflows/qhelp.yml
vendored
4
.github/workflows/qhelp.yml
vendored
@@ -2,7 +2,9 @@ name: Query help preview
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
paths:
|
||||
- "**/*.qhelp"
|
||||
|
||||
|
||||
8
.github/workflows/qltest.yml
vendored
8
.github/workflows/qltest.yml
vendored
@@ -2,9 +2,13 @@ name: Run QL Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
8
.github/workflows/sync_files.yml
vendored
8
.github/workflows/sync_files.yml
vendored
@@ -2,9 +2,13 @@ name: Check synchronized files
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'rc/*'
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
Reference in New Issue
Block a user