aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-11-05 21:50:37 +0000
committerGravatar GitHub <[email protected]>2022-11-05 21:50:37 +0000
commitb6948cd8781cbf9ac372e730ac5b566f9811ca54 (patch)
tree41ba6ab21239bcf38875cbb46d4cbaf0a08d9852
parentMerge pull request #156 from onerandomusername/update-actions-checkout (diff)
parentbump forgotten actions/dlownload-artifact@v2 (diff)
Merge pull request #157 from onerandomusername/allow-manual-rebuilds
allow manual rebuilds of the container
-rw-r--r--.github/workflows/main.yaml1
-rw-r--r--.github/workflows/test.yaml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b581ba3..11bcabd 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
+ workflow_dispatch:
jobs:
build:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index c0efbe4..acbfd1f 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Download image artifact
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact }}