diff --git a/.github/workflows/so-034-conditions.yaml b/.github/workflows/so-034-conditions.yaml index b17e273..fde461b 100644 --- a/.github/workflows/so-034-conditions.yaml +++ b/.github/workflows/so-034-conditions.yaml @@ -3,6 +3,9 @@ name: so-034-conditions on: push: branches: [ master, main, qa ] + pull_request: + branches: + - main workflow_dispatch: jobs: @@ -24,7 +27,7 @@ jobs: echo "Deploying $GITHUB_REF" echo "Deploying ${{ github.event_name }}" - qa_build: + qa_build: runs-on: ubuntu-latest if: ${{ contains(github.base_ref, 'qa') || contains(github.head_ref, 'qa') }} steps: @@ -35,8 +38,9 @@ jobs: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Test1 id: test1 run: | echo "${{ github.base_ref }}" - echo "Deploying ${{ github.event_name }}" \ No newline at end of file + echo "Deploying ${{ github.event_name }}" diff --git a/README.md b/README.md index 8de5063..c168455 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # github-actions-manual -## test +## test qa 3