Skip to content

Commit

Permalink
ci: prevent double run
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 13, 2024
1 parent 5308cf1 commit 1e03763
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Test

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize

jobs:
test:
Expand Down

0 comments on commit 1e03763

Please sign in to comment.