Skip to content

Commit eece828

Browse files
authored
Merge pull request mavlink#272 from mavlink/pr-fix-tag
workflows: run on any tag
2 parents eaf223e + 0e8b584 commit eece828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
push:
55
branches:
66
- 'master'
7-
- 'develop'
87
tags:
9-
- 'v*'
8+
- '*'
109
pull_request:
1110
branches:
1211
- '*'

0 commit comments

Comments
 (0)