Skip to content

Commit c8b3086

Browse files
authored
echo event name
1 parent d983739 commit c8b3086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131
with:
3232
persist-credentials: false
33+
- run: echo ${{ github.event_name }}
3334
- if: github.event_name == 'workflow_call'
3435
run: |
3536
git pull --rebase

0 commit comments

Comments
 (0)