diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml index 49eca18..67094d6 100644 --- a/.gitea/workflows/fedora-checkout.yml +++ b/.gitea/workflows/fedora-checkout.yml @@ -1,9 +1,9 @@ -name: checkout +name: release -on: +on: push: - branches: - - main # Or your desired branch + tags: + - '*' jobs: checkout: