Skip to content

Commit

Permalink
Switch to manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Mar 4, 2024
1 parent a97fbe0 commit 01b229e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Alpine'

on:
schedule:
- cron: '0 0 7,14,21,28 * *'
push:
tags:
- alpine-*.*.*

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Debian'

on:
schedule:
- cron: '0 0 7,14,21,28 * *'
push:
tags:
- debian-*.*.*

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: 'Ubuntu'

on:
push:
branches:
- main
tags:
- ubuntu-*.*.*

jobs:
build:
Expand Down

0 comments on commit 01b229e

Please sign in to comment.