[ci] bring back reg tests on master branch and version updater is now triggered automatically on any changes to master branch
This commit is contained in:
parent
3f9847695a
commit
b19e0aec75
|
@ -1,9 +1,12 @@
|
|||
name: Test
|
||||
|
||||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
name: Cell Library Tests
|
||||
|
||||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
||||
|
|
|
@ -3,7 +3,11 @@ name: Code Format
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
name: Count Patches
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
env:
|
||||
TAG_COMMIT: 8ee3fb8..
|
||||
|
|
Loading…
Reference in New Issue