Skip to content

Commit

Permalink
Modify: Workflow trigger condition for gcf
Browse files Browse the repository at this point in the history
PR created on any branch will trigger the workflow by default.
Pushing to the 'main' branch only should trigger the workflow.
  • Loading branch information
s-bose7 committed Aug 19, 2024
1 parent e270287 commit ca30587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/google-java-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ run-name: ""
on:
push:
branches:
- "*"
branches_ignore:
- "develop"
- "main"

pull_request:
Expand Down

0 comments on commit ca30587

Please sign in to comment.