Skip to content

Commit

Permalink
Change main to master in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromMob authored Apr 15, 2024
1 parent 784362f commit 0ee0fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Gradle Package

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

jobs:
build:
Expand Down

0 comments on commit 0ee0fe1

Please sign in to comment.