Skip to content

Commit 8c967bd

Browse files
committed
Test event name
1 parent b92baac commit 8c967bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/eric-continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.repository_owner == 'spring-projects' }}
1515
steps:
16+
- name: Print type
17+
run: |
18+
echo "Type ${{ github.event_name }}"
19+
1620
- name: Checkout source code
1721
uses: actions/checkout@v4
1822

0 commit comments

Comments
 (0)