Skip to content

Commit

Permalink
fix: update pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent 43bbcf5 commit f4fe0b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Maintenance & Release candidate
on:
push:
branches:
- +([0-9])?(.{+([0-9]),x}).x
- @pluto-encrypted/+([0-9])?(.{+([0-9]),x}).x
- develop
workflow_call:
workflow_dispatch:
Expand Down
14 changes: 7 additions & 7 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
branches:
- name: '@pluto-encrypted/test-suite/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/shared/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/leveldb/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/inmemory/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/indexdb/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/encryption/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/database/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/test-suite/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/shared/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/leveldb/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/inmemory/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/indexdb/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/encryption/v+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/database/v+([0-9])?(.*([0-9])|x).x'
- name: 'master'
- name: 'release/*'
prerelease: 'rc'
Expand Down

0 comments on commit f4fe0b5

Please sign in to comment.