Skip to content

Commit

Permalink
fix publishing upon PR merge (#3056)
Browse files Browse the repository at this point in the history
* fix publishing upon PR merge

* release alphas on push to develop

* do not run PR workflow on merges

* add pull request types
  • Loading branch information
DenysVuika committed Mar 13, 2023
1 parent 8efd832 commit c996d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "Pull request"

on:
push:
branches: [master, develop]
pull_request:
types: [opened, synchronize, reopened]
branches: [master, develop]

concurrency:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ on:
required: false
type: boolean
default: true
pull_request:
types: [closed]
branches:
- develop
- master
- develop-patch*
- master-patch*
push:
branches:
- master
- develop

env:
APP_CONFIG_ECM_HOST: ${{ secrets.PIPELINE_ENV_URL }}
Expand Down

0 comments on commit c996d7d

Please sign in to comment.