Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
ci: trigger test workflow only on pushes (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Aug 15, 2022
1 parent d9e18c8 commit 308a186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-mice-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cachu": patch
---

ci: trigger test workflow only on pushes
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Test'

on: [ 'push', 'pull_request' ]
on: 'push'

jobs:
publish:
Expand Down

0 comments on commit 308a186

Please sign in to comment.