Skip to content

Commit

Permalink
hotfix@root
Browse files Browse the repository at this point in the history
fix(root): ci push
  • Loading branch information
kimulchan authored Oct 18, 2022
2 parents 60e926c + 1910911 commit ed4bf37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Production-Release

on:
push: [main]
push:
branches:
[ main ]

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit ed4bf37

Please sign in to comment.