Skip to content

Commit

Permalink
Update build-snapd-archlinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbz2k authored Nov 21, 2022
1 parent c1fe710 commit f1061d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-snapd-archlinux.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: build-snapd-archlinux
on: push
on:
push:
branches: ['main']
schedule:
- cron: '30 8 1,15 * *'


jobs:
build-snapd:
runs-on: ubuntu-latest
container:
image: ghcr.io/dbz2k/docker-container-builder-archlinux-makepkg:main
image: ghcr.io/dbz2k/docker-container-builder-archlinux-makepkg:nightly
steps:
- name: Download PKGBUILD
run: |
Expand Down

0 comments on commit f1061d5

Please sign in to comment.