Skip to content

Commit

Permalink
Only run workflow tests on select changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 28, 2023
1 parent df4a4d3 commit 004b957
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: push
on:
push:
paths:
- '.github/workflows/test.yaml'
- 'dist/main.js'
- 'fixtures/**'

jobs:
main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 004b957

Please sign in to comment.