Skip to content

Commit

Permalink
ci: trigger when pushing on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Feb 20, 2023
1 parent 8fa20a0 commit 43ff61d
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 @@
# from: https://faun.pub/automate-your-build-release-with-github-actions-367c0febf5fd

name: Release CI
on: [push]
on:
push:
branches: ["main"]
jobs:
deploy:
# A strategy is used to define various build environments this job will run.
Expand Down

0 comments on commit 43ff61d

Please sign in to comment.