Skip to content

Commit

Permalink
Workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflame0 committed May 28, 2024
1 parent a482647 commit 515b483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: Package and release

on:
push:
branches:
- main
tags:
- '**'
- "!**-alpha**"
- "!**-beta**"

jobs:
build:
runs-on: ubuntu-latest
environment: Build



steps:
- name: Clone project
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}

- name: Generate Changelog
run: ./generate_changelog.sh

- name: Package (don't release)
uses: BigWigsMods/packager@master
env:
Expand Down

0 comments on commit 515b483

Please sign in to comment.