Skip to content

Commit

Permalink
Trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Aug 15, 2024
1 parent 12e13f4 commit d7648b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- develop
- bazel
- add-retry-mechanism

permissions:
actions: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [master, develop, bazel]
branches: [master, develop, bazel, add-retry-mechanism]
jobs:
java_build:
name: "maven-compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
Expand Down

0 comments on commit d7648b2

Please sign in to comment.