Unverified Commit c7ac06c8 authored by Lucas Saavedra Vaz's avatar Lucas Saavedra Vaz Committed by GitHub

ci(branches): Remove wildcard from branch triggers (#10210)

parent e660261b
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- release/* - release/v2.x
paths: paths:
- 'docs/**' - 'docs/**'
- '.github/workflows/docs_build.yml' - '.github/workflows/docs_build.yml'
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
types: [published] types: [published]
push: push:
branches: branches:
- release/* - release/v2.x
- master - master
paths: paths:
- 'docs/**' - 'docs/**'
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
push: push:
branches: branches:
- master - master
- release/* - release/v2.x
pull_request: pull_request:
paths: paths:
- 'cores/**' - 'cores/**'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment