Skip to content

Commit

Permalink
ci: push on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Mar 18, 2023
1 parent 7b9cedb commit c98807d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.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 c98807d

Please sign in to comment.