diff --git a/.github/workflows/cicd_iped.yml b/.github/workflows/cicd_iped.yml index dec422a..035df72 100644 --- a/.github/workflows/cicd_iped.yml +++ b/.github/workflows/cicd_iped.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest # if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' - if: startsWith(github.ref, 'refs/tags/iped_') + if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v3