We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530847f commit 9ace829Copy full SHA for 9ace829
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ jobs:
7
name: Jest
8
runs-on: ubuntu-latest
9
steps:
10
+ - name: Test
11
+ run: echo ${GITHUB_EVENT_NAME}; echo ${GITHUB_REF};
12
- name: Filter
13
run: if [[ ${GITHUB_EVENT_NAME} == "push" && ${GITHUB_REF} != "refs/heads/master" ]]; then exit 78; fi
14
- uses: actions/checkout@v1
0 commit comments