gate every push to the candidate ref
A paths filter meant a push touching only the gate itself ran nothing.
This commit is contained in:
parent
ce6c4d0da0
commit
03ec301f4e
1 changed files with 0 additions and 6 deletions
|
|
@ -3,14 +3,8 @@ name: distribution-contract
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, public]
|
branches: [main, public]
|
||||||
paths:
|
|
||||||
- distribution/**
|
|
||||||
- tools/validate-distribution.py
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, public]
|
branches: [main, public]
|
||||||
paths:
|
|
||||||
- distribution/**
|
|
||||||
- tools/validate-distribution.py
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue