We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b6d65 commit 31764f3Copy full SHA for 31764f3
.github/workflows/on-merge.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
publish:
10
name: 'create version and deploy'
11
- runs-on: self-hosted
+ runs-on: ubuntu-latest
12
13
if: >
14
github.event.pull_request.merged == true && (
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Opensource Brevz Apollo Extension
- Add on-merge workflows
+- Fix on-merge workflows
15
## [0.1.0]
16
0 commit comments