Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Oct 13, 2024
1 parent 0fa1a36 commit a0e788a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/livebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: LiveBuild

on:
push:
branches: [ "main" ]
branches: [ "5.25" ]
pull_request:
branches: [ "main" ]
branches: [ "5.25" ]

env:
SOLUTION_FILE_PATH: MetaHookSv/Plugins/ABCEnchance
Expand All @@ -30,6 +30,7 @@ jobs:
with:
repository: DrAbcOfficial/ABCEnchance
path: MetaHookSv/Plugins/ABCEnchance
ref: '5.25'

- name: Setup build env
working-directory: MetaHookSv
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
repository: DrAbcOfficial/ABCEnchance
path: MetaHookSv/Plugins/ABCEnchance
ref: '5.25'

- name: Setup build env
working-directory: MetaHookSv
Expand Down

0 comments on commit a0e788a

Please sign in to comment.