diff --git a/.github/workflows/publish-android.yml b/.github/workflows/publish-android.yml index 22b1a32..3a6a2b7 100644 --- a/.github/workflows/publish-android.yml +++ b/.github/workflows/publish-android.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for android # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-bazel.yml b/.github/workflows/publish-bazel.yml index 45a545d..5b409ed 100644 --- a/.github/workflows/publish-bazel.yml +++ b/.github/workflows/publish-bazel.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for bazel # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-bun.yml b/.github/workflows/publish-bun.yml index 44ad473..0aa61fd 100644 --- a/.github/workflows/publish-bun.yml +++ b/.github/workflows/publish-bun.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for Bun # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 0e64053..21d6269 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fluentci # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-clojure.yml b/.github/workflows/publish-clojure.yml index f198ce2..4ef7266 100644 --- a/.github/workflows/publish-clojure.yml +++ b/.github/workflows/publish-clojure.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for clojure # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-devbox.yml b/.github/workflows/publish-devbox.yml index 74fda85..d2e9aa9 100644 --- a/.github/workflows/publish-devbox.yml +++ b/.github/workflows/publish-devbox.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for devbox # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-devenv.yml b/.github/workflows/publish-devenv.yml index 9280061..36b5213 100644 --- a/.github/workflows/publish-devenv.yml +++ b/.github/workflows/publish-devenv.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for devenv # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-elixir.yml b/.github/workflows/publish-elixir.yml index 4c37279..a93765f 100644 --- a/.github/workflows/publish-elixir.yml +++ b/.github/workflows/publish-elixir.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for elixir # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-elm-land.yml b/.github/workflows/publish-elm-land.yml index 00a4ade..97e4c5f 100644 --- a/.github/workflows/publish-elm-land.yml +++ b/.github/workflows/publish-elm-land.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for elm-land # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-esbuild.yml b/.github/workflows/publish-esbuild.yml index dfe7e87..e2e83b9 100644 --- a/.github/workflows/publish-esbuild.yml +++ b/.github/workflows/publish-esbuild.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for esbuild # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-fastlane.yml b/.github/workflows/publish-fastlane.yml index 7139e7c..a64ec13 100644 --- a/.github/workflows/publish-fastlane.yml +++ b/.github/workflows/publish-fastlane.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fastlane # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-flox.yml b/.github/workflows/publish-flox.yml index 9b1a0df..fe6a718 100644 --- a/.github/workflows/publish-flox.yml +++ b/.github/workflows/publish-flox.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for flox # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-fluentci.yml b/.github/workflows/publish-fluentci.yml index 9a58857..c5267be 100644 --- a/.github/workflows/publish-fluentci.yml +++ b/.github/workflows/publish-fluentci.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fluentci # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-gleam.yml b/.github/workflows/publish-gleam.yml index ecd7d34..8435e2e 100644 --- a/.github/workflows/publish-gleam.yml +++ b/.github/workflows/publish-gleam.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for gleam # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-gradle.yml b/.github/workflows/publish-gradle.yml index 9eb61d3..d4487e8 100644 --- a/.github/workflows/publish-gradle.yml +++ b/.github/workflows/publish-gradle.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for gradle # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-nix.yml b/.github/workflows/publish-nix.yml index 70ba863..3e958e0 100644 --- a/.github/workflows/publish-nix.yml +++ b/.github/workflows/publish-nix.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for nix # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-node.yml b/.github/workflows/publish-node.yml index eb16a3b..033545b 100644 --- a/.github/workflows/publish-node.yml +++ b/.github/workflows/publish-node.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for node # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-pkgx.yml b/.github/workflows/publish-pkgx.yml index b39be5a..7a8b19d 100644 --- a/.github/workflows/publish-pkgx.yml +++ b/.github/workflows/publish-pkgx.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for pkgx # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-sonar-scanner.yml b/.github/workflows/publish-sonar-scanner.yml index fa121a1..5e45721 100644 --- a/.github/workflows/publish-sonar-scanner.yml +++ b/.github/workflows/publish-sonar-scanner.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for sonar-scanner # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: diff --git a/.github/workflows/publish-zig.yml b/.github/workflows/publish-zig.yml index 77b274a..120af41 100644 --- a/.github/workflows/publish-zig.yml +++ b/.github/workflows/publish-zig.yml @@ -3,6 +3,9 @@ name: Create and publish a Docker image for zig # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + schedule: + - cron: "0 * * * *" + workflow_dispatch: push: branches: ["latest"] paths: