Skip to content

Commit

Permalink
only run tests when pushing commits or PRs not tags
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 12, 2020
1 parent 681fee1 commit 2bc758c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: run tests
on: [ push, pull_request ]
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
defaults:
run:
shell: bash
Expand Down

0 comments on commit 2bc758c

Please sign in to comment.