Skip to content

Commit

Permalink
Mute build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Dec 2, 2023
1 parent e20a181 commit 35812fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generate_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Generate build

on:
workflow_dispatch:
push:
branches:
- "master"
schedule:
- cron: '0 1 * * *'

jobs:
build-and-upload:
Expand All @@ -17,11 +12,10 @@ jobs:
include:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux-musl

- build: windows-gnu
os: windows-latest
target: x86_64-pc-windows-gnu

steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 35812fe

Please sign in to comment.