Skip to content

Commit

Permalink
ci: update self-service workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 16, 2024
1 parent 0c85c4a commit 4773fef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/self-service-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: self-service build and publish

env:
DEFAULT_BRANCH: develop

on:
pull_request:
branches:
Expand All @@ -16,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
CIRCLECI_TOKEN: ${{ secrets.CIRCLECI_API_TOKEN }}
DEFAULT_BRANCH: ${{ env.DEFAULT_BRANCH }}
DEFAULT_BRANCH: develop
steps:
- name: Check if the source branch is a release branch
run: |
Expand Down

0 comments on commit 4773fef

Please sign in to comment.