Skip to content

Commit

Permalink
ci: trigger actions less (#15)
Browse files Browse the repository at this point in the history
I don't need tests triggered when I push to a branch on this repo
before I create a pull request.
  • Loading branch information
lread authored Apr 29, 2024
1 parent 6d050c0 commit 21d9c1c
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: Test
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 21d9c1c

Please sign in to comment.