Skip to content

Commit

Permalink
Merge pull request #1519 from tier4/chore/delete-target-branch-filter
Browse files Browse the repository at this point in the history
chore: delete unnecessary target branch filter in workflow trigger
  • Loading branch information
hakuturu583 authored Feb 6, 2025
2 parents 59b5887 + 6c3ec34 commit d9d09d2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
branches:
- master
pull_request:
branches:
- master

jobs:
generate:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/InterfaceUpdateNotification.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Interface update notification
on:
pull_request:
branches:
- master
paths:
- openscenario/openscenario_interpreter_msgs/msg/*.msg
- simulation/traffic_simulator_msgs/msg/*.msg
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/PostCheckList.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Post check list
on:
pull_request:
branches:
- master
types: [opened, reopened]

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/SpellCheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Spell check
on:
workflow_dispatch:
pull_request:
branches:
- master

jobs:
spell-check:
Expand Down

0 comments on commit d9d09d2

Please sign in to comment.