Skip to content

Commit

Permalink
add on push event so that the workflow registers
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Oct 20, 2023
1 parent ec748ad commit 0254afc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Debug with tmate
name: Debug

on:
push:
branches:
- debug/tmate
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0254afc

Please sign in to comment.