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 d983739 commit c8b3086Copy full SHA for c8b3086
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/checkout@v2
31
with:
32
persist-credentials: false
33
+ - run: echo ${{ github.event_name }}
34
- if: github.event_name == 'workflow_call'
35
run: |
36
git pull --rebase
0 commit comments