diff --git a/.github/workflows/airflow_actions.yml b/.github/workflows/airflow_actions.yml index 762a084b..64cd6d01 100644 --- a/.github/workflows/airflow_actions.yml +++ b/.github/workflows/airflow_actions.yml @@ -6,7 +6,7 @@ on: - airflow - main - develop - - QA + - releases/airflow jobs: @@ -53,6 +53,7 @@ jobs: path: ${{ github.workspace }}/releases/airflow - name: Create release + if: startsWith(github.ref, 'refs/heads/release/') uses: ncipollo/release-action@v1 with: # artifactErrorsFailBuild: true @@ -60,6 +61,7 @@ jobs: body: | - Deployment process moved from azure pipelines to github actions - Removed Azure Pipelines.yml file + - Updated Actions Files tag: ${{ steps.get_image_tag.outputs.IMAGE_TAG }} name: Airflow_${{ steps.get_image_tag.outputs.IMAGE_TAG }} generateReleaseNotes: true