diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-18 15:00:12 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-18 15:02:52 -0400 |
commit | 3f5809a5e785bc47d1534704ceaf1106a09f7eaf (patch) | |
tree | 9772bccd118d9aa9e9b7d9cbb5e043ea31c8a9c2 | |
parent | 9d88d0d5cc92de04cb33cac4ddaedff622b65c40 (diff) | |
download | meson-trigger-ciimage-builder.zip meson-trigger-ciimage-builder.tar.gz meson-trigger-ciimage-builder.tar.bz2 |
CI: coerce a new image builder run outside the scheduletrigger-ciimage-builder
-rw-r--r-- | .github/workflows/images.yml | 1 | ||||
-rw-r--r-- | ci/ciimage/common.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index dd4fe9a..ac6f504 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - trigger-ciimage-builder paths: - 'ci/ciimage/**' - '.github/workflows/images.yml' diff --git a/ci/ciimage/common.sh b/ci/ciimage/common.sh index 6209ef9..239352a 100644 --- a/ci/ciimage/common.sh +++ b/ci/ciimage/common.sh @@ -1,5 +1,6 @@ #!/bin/bash + ### ### Common functions for CI builder files. ### All functions can be accessed in install.sh via: |