Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-08-19 12:56:42 +0300
committerGitHub <noreply@github.com>2021-08-19 12:56:42 +0300
commit54278b9adc156337fa21243a50c835c235d94e91 (patch)
tree2394d9c120b8dcc173197fed69714784979e4515 /.github
parent227ef47e2db881a3cad9356a8a9f56d27b397913 (diff)
Github: proper workflow handling for tags (#660)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--.github/workflows/lint_c.yml1
-rw-r--r--.github/workflows/lint_python.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 19d4b5bf..baef8fe1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
diff --git a/.github/workflows/lint_c.yml b/.github/workflows/lint_c.yml
index d9be8f80..828a7f70 100644
--- a/.github/workflows/lint_c.yml
+++ b/.github/workflows/lint_c.yml
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml
index 82f746ab..e665378b 100644
--- a/.github/workflows/lint_python.yml
+++ b/.github/workflows/lint_python.yml
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: