remove branch limitation
This commit is contained in:
4
.github/workflows/download-latest.yml
vendored
4
.github/workflows/download-latest.yml
vendored
@@ -3,14 +3,14 @@ on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "00 12 * * *"
|
||||
- cron: "00 0,6,12,18 * * *"
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/*'
|
||||
jobs:
|
||||
download-binary:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
|
||||
#if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user