Skip to content

Commit

Permalink
change cicd trigger time
Browse files Browse the repository at this point in the history
  • Loading branch information
JueXiuHuang committed Nov 10, 2023
1 parent 3349e14 commit d05a807
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-cicd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build & Release

# on:
# push:
# branches:
# - main
on:
push:
branches:
- main
tags:
- 'v*.*.*'

permissions:
contents: write
Expand Down

0 comments on commit d05a807

Please sign in to comment.