Skip to content

Commit

Permalink
don't run tests on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Nov 2, 2022
1 parent ba108d0 commit aa28292
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: tests

on:
- push
- pull_request
push:
tags-ignore:
- '**'
pull_request:

jobs:
tests:
Expand Down

0 comments on commit aa28292

Please sign in to comment.