Skip to content

Commit

Permalink
0.1.0, but with updated the main.yml
Browse files Browse the repository at this point in the history
First (but with updated the main.yml!!) offical version of the mod. A TON of new stuff added, but i dont know what because i havent touch this mod in a year i think, also this is probably the last time i even touch this mod again since im not into FNF anymore.
  • Loading branch information
sebastianverdejo authored Oct 28, 2023
1 parent c7bee12 commit dd0260a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

name: Build


# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ main, experimental ]
pull_request:
branches: [ main ]
branches: [ main, experimental ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -98,4 +99,4 @@ jobs:
uses: actions/[email protected]
with:
name: macBuild
path: export/release/macos/bin
path: export/release/macos/bin

0 comments on commit dd0260a

Please sign in to comment.