diff --git a/.github/workflows/context-1.yml b/.github/workflows/context-1.yml index eb0c5e4..d2ea443 100644 --- a/.github/workflows/context-1.yml +++ b/.github/workflows/context-1.yml @@ -1,10 +1,13 @@ -name: P1 +name: context on: push: branches: - "**" paths: - .github/workflows/context-1.yml + pull_request: + branches: + - "*" jobs: one: @@ -16,6 +19,11 @@ jobs: run: | # echo "$GITHUB_CONTEXT" echo "111111111111" + + echo "github.head_ref is ${{ github.head_ref }}" + echo "github.base_ref is ${{ github.base_ref }}" + echo "111" + echo ${{ github.aaaaa }} echo ${{ github['aaaaa'] }} echo "2222222222222"