Skip to content

Commit

Permalink
ci(branches): Remove wildcard from branch triggers (#10210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Aug 21, 2024
1 parent e660261 commit c7ac06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- release/*
- release/v2.x
paths:
- 'docs/**'
- '.github/workflows/docs_build.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
push:
branches:
- release/*
- release/v2.x
- master
paths:
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- release/*
- release/v2.x
pull_request:
paths:
- 'cores/**'
Expand Down

0 comments on commit c7ac06c

Please sign in to comment.