Skip to content

Commit 55de46f

Browse files
committed
docs: explain intention of job triggers
1 parent 5321358 commit 55de46f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release
22
on:
3-
push:
3+
push: # publish to `main` tag on Docker Hub on merge to main: https://hub.docker.com/layers/cipherstash/proxy/main
44
branches:
55
- main
6-
release:
6+
release: # for cutting a numbered release (e.g. v2.1.9)
77
types: [published]
8-
workflow_dispatch:
8+
workflow_dispatch: # for running the workflow on an arbitrary branch or commit
99

1010
env:
1111
REGISTRY_IMAGE: cipherstash/proxy

0 commit comments

Comments
 (0)