Skip to content

Commit

Permalink
Updating workflow automation
Browse files Browse the repository at this point in the history
  • Loading branch information
netboot-ci committed Sep 28, 2021
1 parent 0040228 commit 96c970c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: archlinux
name: archlinux-64

on:
push:
branches:
- archlinux
- archlinux-64
schedule:
- cron: '0 0 * * *'

env:
BRANCH: archlinux
BRANCH: archlinux-64
GITHUB_ENDPOINT: netbootxyz/external-versions
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
BUILD_TYPE: versioning
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: archlinux
ref: archlinux-64

- name: Get SHA of actual branch instead of master
run: |
Expand Down

0 comments on commit 96c970c

Please sign in to comment.