Skip to content

Commit

Permalink
Only run CI if yml files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jul 10, 2023
1 parent 414028d commit 01fb524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "CI"

on:
push
push:
paths:
- '.github/workflows/validate.yml'

jobs:
action-validator:
Expand Down

0 comments on commit 01fb524

Please sign in to comment.