Skip to content

Commit 8612ca2

Browse files
authored
attempt to force merge workflows (#32)
1 parent 80eb62a commit 8612ca2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
18-
if: github.event.pull_request.merged == true
18+
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
push: true
2323
tags: |
2424
ghcr.io/lemurpwned/video-sampler:latest
25-
ghcr.io/lemurpwned/video-sampler:${{github.sha}}
25+
ghcr.io/lemurpwned/video-sampler:${{github.sha}}
26+
file: docker/Dockerfile
File renamed without changes.

0 commit comments

Comments
 (0)