Skip to content

Commit

Permalink
ci: only test main branch pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox authored Dec 26, 2022
1 parent ed8a793 commit 2f48745
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Test on pull requests"
on: [pull_request]
on:
pull_request:
branches:
- main

jobs:
test-tauri:
Expand Down

0 comments on commit 2f48745

Please sign in to comment.