Skip to content

Commit

Permalink
ci: try release master only
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Feb 17, 2024
1 parent 62b7c50 commit 5e8fe26
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: [push, workflow_dispatch]
on:
push:
branches:
- master
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -38,6 +42,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- uses: actions/setup-node@v4
with:
node-version: 20

- name: "🔧 setup Bun"
uses: oven-sh/setup-bun@v1

Expand All @@ -54,4 +62,4 @@ jobs:
GIT_COMMITTER_NAME: "github-actions[bot]"
GIT_COMMITTER_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
GIT_AUTHOR_NAME: ${{ steps.author_info.outputs.AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ steps.author_info.outputs.AUTHOR_EMAIL }}
GIT_AUTHOR_EMAIL: ${{ steps.author_info.outputs.AUTHOR_EMAIL }}

0 comments on commit 5e8fe26

Please sign in to comment.