Skip to content

Commit

Permalink
Only run CI tests on pull request and push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Jun 27, 2024
1 parent 34ba1ec commit db26cba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: test suite
on: [push, pull_request]
on:
pull_request:
types: [opened, edited, reopened]
push:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit db26cba

Please sign in to comment.