Skip to content

Commit

Permalink
Merge pull request #7 from CUCWD/feature.nutmeg/ztraboo/setup-brand-e…
Browse files Browse the repository at this point in the history
…ducateworkforce

Be able to run `semantic-release` on develop branches.
  • Loading branch information
ztraboo authored Apr 11, 2024
2 parents ed8d0ee + 36a3c65 commit 486357c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ on:
branches:
- master
- alpha
- develop/nutmeg.master
- develop/maple.3
release:
types: [created]
- develop/**

permissions:
contents: read # for checkout

jobs:
release:
name: Release
runs-on: ubuntu-20.04
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 486357c

Please sign in to comment.