Skip to content

Commit

Permalink
[F] Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 21, 2023
1 parent bc734a5 commit 363bcc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Gradle Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightly Build

on:
push:
branches: main
branches: master

jobs:
build:
Expand Down

0 comments on commit 363bcc6

Please sign in to comment.