Skip to content

build: Add release config to github actions #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gabrieldonadel
Copy link
Owner

No description provided.

@gabrieldonadel gabrieldonadel self-assigned this Nov 6, 2020
@gabrieldonadel gabrieldonadel changed the base branch from test to master April 3, 2021 03:58
@gabrieldonadel gabrieldonadel changed the base branch from test to master April 3, 2021 03:58
@FDiskas
Copy link

FDiskas commented Jul 12, 2021

and it's gone

@@ -0,0 +1,23 @@
name: Test and Release
on: [push]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest you to try this

on:
  push:
    branches:
      - "!*"
    tags:
      - "v*"

This will be triggered only on tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants