Skip to content

Commit

Permalink
Run actions on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Jun 4, 2024
1 parent 07c8c93 commit e165801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dao_analyzer_components_publish:
runs-on: ubuntu-latest
needs: [dao_analyzer_components]
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/' )
defaults:
run:
working-directory: dao_analyzer_components
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
pypi:
runs-on: ubuntu-latest
needs: [package,dao_analyzer_components_publish]
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/' )
steps:
- name: Download built package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e165801

Please sign in to comment.