This website works better with JavaScript
Home
Explore
Help
Sign In
torambo.com
/
Momentum-Apps
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Github: proper workflow handling for tags (
#660
)
あく
4 years ago
parent
227ef47e2d
commit
54278b9adc
3 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.github/workflows/build.yml
1
0
.github/workflows/lint_c.yml
1
0
.github/workflows/lint_python.yml
+ 1
- 0
.github/workflows/build.yml
View File
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_c.yml
View File
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_python.yml
View File
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: