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:
|
||||
push:
|
||||
branches: [main, public]
|
||||
paths:
|
||||
- distribution/**
|
||||
- tools/validate-distribution.py
|
||||
pull_request:
|
||||
branches: [main, public]
|
||||
paths:
|
||||
- distribution/**
|
||||
- tools/validate-distribution.py
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
|
|
|||
Loading…
Reference in a new issue