Skip to content

Commit

Permalink
build(actions): trigger release on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnichols committed Nov 3, 2022
1 parent d947495 commit 4869463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,26 +100,3 @@ jobs:
distribution: 'corretto'
- name: Build
run: ./gradlew build

# ---------------------------------------------------------------
# job: release
#
# Perform after commits and build successfully complete on "master"
#
# * Creates and maintains "release PR"
# * Creates release when the "release PR" is merged to "master"
#
# See: https://github.com/google-github-actions/release-please-action
# See: https://github.com/googleapis/release-please
#
release:
needs: [build, validate, scan]
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/[email protected]
with:
include-v-in-tag: false
release-type: simple
extra-files: |
build.gradle
README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: release_manual
name: release

on:
workflow_dispatch:
push:
branches:
- master

jobs:
# ---------------------------------------------------------------
Expand Down

0 comments on commit 4869463

Please sign in to comment.