diff --git a/.github/workflows/CD-dev.yml b/.github/workflows/CD-dev.yml index 2f8db9fa..5cd1e6d3 100644 --- a/.github/workflows/CD-dev.yml +++ b/.github/workflows/CD-dev.yml @@ -6,6 +6,9 @@ on: - "!not_activated_on_branches!*" tags: - "[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" jobs: build: diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 1bee3747..f6b66278 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -1,7 +1,12 @@ name: CD + on: - release: - types: [published] + push: + branches: + - "!not_activated_on_branches!*" + tags: + - "[0-9]+.[0-9]+.[0-9]+" + jobs: build: runs-on: ubuntu-latest