Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger tests only on pull requests…
Browse files Browse the repository at this point in the history
… to the main branch
  • Loading branch information
alex-rakowski committed Jun 25, 2024
1 parent 0bff523 commit ee4c715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests

on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
Expand Down

0 comments on commit ee4c715

Please sign in to comment.