Skip to content

Commit

Permalink
Fixing up workflow branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgrose committed Aug 5, 2023
1 parent dc97bfc commit bce13c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Release
on:
push:
branches:
- main
- stable

paths:
- '**/gradle.properties'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Check Pull Request
on:
pull_request:
branches:
- stable
- develop
- main

paths:
- '**/*.kt'
Expand Down

0 comments on commit bce13c4

Please sign in to comment.