Skip to content

Commit 52ec790

Browse files
authored
Merge pull request #253 from PHPCSStandards/feature/ghactions-test-always-run-on-tags
GH Actions/test: always run the workflow for tags
2 parents 811773c + 8fd83ad commit 52ec790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- master
9+
tags:
10+
- '**'
911
paths-ignore:
1012
- '**.md'
1113
pull_request:

0 commit comments

Comments
 (0)