Skip to content

Commit

Permalink
fix: Fix workflow not triggerd
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Mar 23, 2024
1 parent d1be0ce commit f4eccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build debug APK
on:
workflow_run:
workflows: [Lint Check]
workflows: ["Lint Check"]
types:
- completed

Expand Down

0 comments on commit f4eccad

Please sign in to comment.