Skip to content

Commit

Permalink
Skip tests on changes to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 25, 2024
1 parent 50e99b5 commit 3171c1d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Test

on: [push, pull_request, workflow_dispatch]
on:
push:
paths-ignore:
- "check_times.py"
- "check_versions.py"
pull_request:
paths-ignore:
- "check_times.py"
- "check_versions.py"
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 3171c1d

Please sign in to comment.