remove push triggers

This commit is contained in:
2025-08-26 23:54:31 -04:00
parent 383a836665
commit 50174096be

View File

@@ -1,12 +1,8 @@
name: "Update Determinate Nix binary" name: "Update Determinate Nix binary"
on: on:
repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "00 0,6,12,18 * * *" - cron: "00 0,6,12,18 * * *"
push:
paths:
- '.github/workflows/*'
jobs: jobs:
download-binary: download-binary:
runs-on: ubuntu-latest runs-on: ubuntu-latest