Skip to content

Commit

Permalink
Merge pull request #9 from wansir/master
Browse files Browse the repository at this point in the history
update github workflow
  • Loading branch information
wansir authored May 27, 2022
2 parents 04fa8c2 + ef78a67 commit 8547ef3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: build

on:
schedule:
- cron: '0 10 1 * *' # every week
pull_request:
branches: master
push:
branches: master
branches:
- 'master'
- 'release-*'
tags:
- v*
- 'v*'

jobs:
buildx:
Expand Down

0 comments on commit 8547ef3

Please sign in to comment.