Skip to content

Commit

Permalink
more events
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamcha committed Jul 5, 2023
1 parent 4bbebb5 commit 474a77a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Create and publish a Docker image

on:
workflow_dispatch:
push:
branches: ['main']
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 474a77a

Please sign in to comment.