Make diff run on push to master again (#1826)
* Add workflow dispatch and run on push to master
This commit is contained in:
parent
84fe853169
commit
ec8536e11b
4
.github/workflows/diff.yaml
vendored
4
.github/workflows/diff.yaml
vendored
@ -4,6 +4,10 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
Loading…
Reference in New Issue
Block a user