Skip to content

Commit

Permalink
better fix for issue #152
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Sep 25, 2022
1 parent 7ea374e commit c0d06f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

name: Docker

on: push
on:
workflow_dispatch:
push:
branches:
- '8.2'

jobs:
build:
if: ${GITHUB_REF_TYPE} == 'branch'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c0d06f7

Please sign in to comment.