Skip to content

Commit

Permalink
⚙️ Limit GitHub Actions to only run based on file type or action change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Triplett committed Sep 29, 2023
1 parent 6dee914 commit fa842d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
pull_request:
paths:
- ".github/workflows/actions.yml"
- "**.py"
push:
branches:
- main
Expand Down

0 comments on commit fa842d2

Please sign in to comment.