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