Skip to content

Commit

Permalink
chore: run tests on PRs by others
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 6, 2023
1 parent 2acd48f commit 501db82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI Test
on: push
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

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

0 comments on commit 501db82

Please sign in to comment.