This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
torambo.com
/
Momentum-Apps
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Github: proper workflow handling for tags (
#660
)
あく
4 lat temu
rodzic
227ef47e2d
commit
54278b9adc
3 zmienionych plików
z
3 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Wyświetl plik
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_c.yml
Wyświetl plik
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_python.yml
Wyświetl plik
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: