enable actions workflows for rc branches

This commit is contained in:
Alex Ford
2021-10-12 10:43:59 +01:00
parent 958fbc7992
commit f870c38e4c
5 changed files with 27 additions and 9 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,9 @@ name: Query help preview
on:
pull_request:
branches: [main]
branches:
- main
- 'rc/*'
paths:
- "**/*.qhelp"

View File

@@ -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

View File

@@ -2,9 +2,13 @@ name: Check synchronized files
on:
push:
branches: [main]
branches:
- main
- 'rc/*'
pull_request:
branches: [main]
branches:
- main
- 'rc/*'
jobs:
sync: