Skip to content

Commit

Permalink
make sure workflows are run on all branches except v4
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 7, 2023
1 parent 2ecc2db commit ffc3ae7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Build Geode Mod
on:
workflow_dispatch:
push:
branches:
- "main"
branches-ignore:
- "v4"
- "v4-min"

env:
GEODE_SDK: ${{ github.workspace }}/sdk
Expand Down

0 comments on commit ffc3ae7

Please sign in to comment.