From 0c64c1a3967a171c28d3688e40e2411fc6fecbb6 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:13:07 +0000 Subject: Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75cf17d..2ed7ca2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,15 +2,15 @@ name: "release" on: push: - branches: - - main + tags: + - "*" jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: "find env" + - name: Checkout 🧰 + uses: actions/checkout@v3 - uses: xresloader/upload-to-github-release@main env: -- cgit v1.2.3