Skip to content

Commit

Permalink
move workflow to pull_request instead of push
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 30, 2024
1 parent 25b87dc commit 9d62087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ permissions:
pull-requests: read
contents: read
on:
push:
pull_request:
paths:
- '.github/workflows/sage-test.yml'
- 'private/scripts/**'
types: [opened, synchronize, reopened, ready_for_review]
jobs:
test:
name: Sage Install Tests
Expand Down

0 comments on commit 9d62087

Please sign in to comment.