Skip to content

Commit

Permalink
ci: run test pipeline only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HVish committed Aug 27, 2023
1 parent 043d4a4 commit b2ab02c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: tests
on: [push]
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2ab02c

Please sign in to comment.