Skip to content

Commit

Permalink
fix(build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Runkang10 committed Oct 20, 2024
1 parent 9373898 commit 422dc33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ on:
branches:
- dev
- main
workflow_run:
types:
- completed
workflows:
- Test

jobs:
build:
runs-on: ubuntu-latest
needs: test

steps:
- name: Checkout
Expand Down

0 comments on commit 422dc33

Please sign in to comment.