Skip to content

Commit

Permalink
Chore(workflows): ignore GSC tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Oct 4, 2021
1 parent 377aae1 commit 1002238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Go Static Check

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

jobs:
Expand Down

0 comments on commit 1002238

Please sign in to comment.