Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Mar 27, 2022
1 parent 6c897f5 commit f2de498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
module_id: ClockMod
BSVersion: 1.19.1
BSVersion: 1.20.0
ndkname: android-ndk-r24

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildMod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: NDK build
on:
workflow_dispatch:
push:
branches: [ master, dev ]
branches: [ main, master, dev ]
paths-ignore:
- '**.yml'
- '!.github/workflows/BuildMod.yml'
Expand Down

0 comments on commit f2de498

Please sign in to comment.