Skip to content

Commit b6948cd

Browse files
Merge pull request #157 from onerandomusername/allow-manual-rebuilds
allow manual rebuilds of the container
2 parents ffd073a + 46231ad commit b6948cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Download image artifact
21-
uses: actions/download-artifact@v2
21+
uses: actions/download-artifact@v3
2222
with:
2323
name: ${{ inputs.artifact }}
2424

0 commit comments

Comments
 (0)