Add another GitHub action to build beta packages on push or cron

This commit is contained in:
Igor Pecovnik
2021-02-01 13:53:51 +01:00
parent 0273551b7e
commit 5b1218d56e

View File

@@ -0,0 +1,14 @@
name: Update beta repository
on:
push:
branches: master
schedule:
- cron: '0 * * * *'
jobs:
build:
runs-on: [runner2]
steps:
- name: Run script
shell: bash {0}
run: |
run-one ./beta-repository.sh