mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Run CI on push as well
This commit is contained in:
parent
9e32fcfb3d
commit
2c578b54f6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,11 @@
|
||||||
name: Create markdown list
|
name: Create markdown list
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: "*"
|
||||||
|
paths:
|
||||||
|
- 'instances.yaml'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: "*"
|
branches: "*"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue