mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
run if .yml changes
This commit is contained in:
parent
3dfad1aa7f
commit
abdbd20eab
1 changed files with 4 additions and 1 deletions
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: CI
|
name: CI
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
[push, pull_request]:
|
||||||
|
paths:
|
||||||
|
- '**.yml'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue