Skip to content

Commit

Permalink
ci: don't run CI/CD workflow on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kare committed Feb 1, 2022
1 parent fc12c10 commit 7670d85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- master
Expand Down

0 comments on commit 7670d85

Please sign in to comment.