From 4aa347082bdf21fa44b5e572cebcd67d9cd1abac Mon Sep 17 00:00:00 2001 From: N6REJ Date: Sun, 21 May 2023 13:28:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/release.yml'=20with=20remote=20'.github/workflows/release.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c84d32a..e2d4041 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: Package and release # we need to let GitHub know _when_ we want to release, typically only when we create a new tag. -# this will target only tags, and not all pushes to the master branch. +# this will target only tags, and not all pushes to the main branch. # this part can be heavily customized to your liking, like targeting only tags that match a certain word, -# other branches or even pullrequests. +# other branches or even pull requests. on: push: tags: