Skip to content

Commit

Permalink
fix(action): build-dev only works on branch dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 6, 2024
1 parent d8f4613 commit a15f7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build-dev
on:
push:
# branches:
# - dev
branches:
- dev
env:
platform: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
defaults:
Expand Down

0 comments on commit a15f7e8

Please sign in to comment.