Skip to content

Commit 31764f3

Browse files
committed
fix: on-merge workflow
1 parent 22b6d65 commit 31764f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
name: 'create version and deploy'
11-
runs-on: self-hosted
11+
runs-on: ubuntu-latest
1212

1313
if: >
1414
github.event.pull_request.merged == true && (

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- Opensource Brevz Apollo Extension
1212
- Add on-merge workflows
13+
- Fix on-merge workflows
1314

1415
## [0.1.0]
1516

0 commit comments

Comments
 (0)