Skip to content

Commit 17e90e5

Browse files
committed
chore: update refs release runs from
1 parent cd2bed6 commit 17e90e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://github.com/contentful/contentful-management/discussions
55
about: Ask questions or discuss ideas with the community
66
- name: Documentation
7-
url: https://docs.yourproject.com
7+
url: https://www.contentful.com/developers/docs/references/content-management-api/
88
about: Check out our documentation for help and guides
99
- name: Security Vulnerability
1010
url: https://github.com/contentful/contentful-management/security/advisories/new

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
secrets: inherit
2626

2727
release:
28-
if: github.event_name == 'push' && contains(fromJSON('["refs/heads/main", "refs/heads/beta", "refs/heads/canary", "refs/heads/dx-542-update-to-gha"]'), github.ref)
28+
if: github.event_name == 'push' && contains(fromJSON('["refs/heads/main", "refs/heads/beta", "refs/heads/canary", "refs/heads/dev"]'), github.ref)
2929
needs: [build, check, test-demo-projects, test-integration]
3030
permissions:
3131
contents: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"prerelease": true
147147
},
148148
{
149-
"name": "dx-542-update-to-gha",
149+
"name": "dev",
150150
"channel": "dev",
151151
"prerelease": true
152152
}

0 commit comments

Comments
 (0)