Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wansir committed May 27, 2022
1 parent e83d997 commit ef78a67
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 ef78a67

Please sign in to comment.