Skip to content

Commit ff4f30e

Browse files
committed
Do not trigger workflow on tags
1 parent 415feca commit ff4f30e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-impact.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Impact
33
# Run this workflow every time a new commit pushed to your repository
44
on:
55
push:
6+
tags-ignore:
7+
- '**'
68
paths-ignore:
79
- '**/*.md'
810
pull_request:
@@ -30,6 +32,7 @@ jobs:
3032
- kill_previous
3133
steps:
3234
- name: Extract branch name
35+
if:
3336
shell: bash
3437
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
3538
id: extract_branch

0 commit comments

Comments
 (0)