Skip to content

Commit

Permalink
run the workflow whenever updates are pushed the test itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent f212632 commit 6d699e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Sage Install Tests
on:
push:
paths:
- '.github/workflows/sage-test.yml'
pull_request:
branches:
- main
paths:
- '/private/scripts/**'
- '/.github/workflows/sage-test.yml'
jobs:
test:
name: Sage Install Tests
Expand Down

0 comments on commit 6d699e7

Please sign in to comment.