Skip to content

Commit

Permalink
Update linux-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Nov 29, 2022
1 parent 9184782 commit a87121b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: image_build_all-dev
on:
workflow_dispatch:
# schedule:
# - cron: '30 2 * * 1'
# remove if you don't want to build on a schedule
# schedule:
# - cron: '30 6 1 * *'
# remove if you don't want to build when commits are pushed to you main/master branch
push:
branches:
- master
- main


jobs:
prepare_release:
Expand Down

0 comments on commit a87121b

Please sign in to comment.