Skip to content

Commit

Permalink
Ignore tags
Browse files Browse the repository at this point in the history
Otherwise a push w/ a tag will be double checked.
  • Loading branch information
jsoref committed Mar 22, 2020
1 parent 47bac06 commit 22b3d11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Spell checking
on:
push:
branches:
- "*"
tags-ignore:
- "*"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 * * * *'
Expand Down

0 comments on commit 22b3d11

Please sign in to comment.