Skip to content

Commit

Permalink
adding build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Nov 7, 2024
1 parent 3b71206 commit 12bf490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Gradle on PRs
on:
pull_request:
push:
branches: [master]
branches: [gha]
jobs:
ktlint:
timeout-minutes: 300
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Snapshots
on:
push:
branches:
- gha
- master

jobs:
publishing_snapshots:
Expand Down

0 comments on commit 12bf490

Please sign in to comment.