diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38284f6..126822b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ on: push: branches: - - 'master' + - '*' tags: - '[0-9]+.[0-9]+' paths: @@ -24,4 +24,4 @@ jobs: name: Fira_Code_${{ env.hash }} path: distr - if: startsWith(github.ref, 'refs/tags/') - run: python3 ./script/release.py \ No newline at end of file + run: python3 ./script/release.py