mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add on_develop filter
This commit is contained in:
parent
a9949f1cd1
commit
67078afe4b
@ -455,6 +455,12 @@ defaults:
|
|||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
|
|
||||||
|
- on_develop: &on_develop
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
|
||||||
- requires_b_ubu: &requires_b_ubu
|
- requires_b_ubu: &requires_b_ubu
|
||||||
<<: *on_all_tags_and_branches
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
@ -1703,10 +1709,7 @@ workflows:
|
|||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0 * * *"
|
cron: "0 0 * * *"
|
||||||
filters:
|
<<: *on_develop
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# OSSFUZZ builds and (regression) tests
|
# OSSFUZZ builds and (regression) tests
|
||||||
|
Loading…
Reference in New Issue
Block a user