From 287eff5a0a60e06462b5f04bc82bf37e66447318 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Tue, 30 Jul 2024 17:20:03 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fdec5..5441037 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ This action packages _your action_ as an [OCI container](https://opencontainers.org/) and publishes it to the [GitHub Container registry](https://ghcr.io). This allows your action to be consumed as an _immutable_ package if a [SemVer](https://semver.org/) is specified in the consumer's workflow file. -Your workflow can be triggered by any [event](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) which has a `GITHUB_REF` that points to a git tag. Some examples of these events are: +Your workflow can be triggered by any [event](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) which has a `GITHUB_REF` that points to a git tag. +Some examples of these events are: - [`release`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release) - [`push`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push) (only applies to pushed tags)