Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 17, 2022
1 parent c446b42 commit 534a183
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Debug

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [ created ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
print:
name: Print
runs-on: ubuntu-latest
steps:
- name: Print
shell: bash
run: |
echo {{ github.event_name }}
echo {{ github.ref }}

0 comments on commit 534a183

Please sign in to comment.