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:
push:
branches:
- master
- release/*
- release/v2.x
paths:
- 'docs/**'
- '.github/workflows/docs_build.yml'
......
......@@ -5,7 +5,7 @@ on:
types: [published]
push:
branches:
- release/*
- release/v2.x
- master
paths:
- 'docs/**'
......
......@@ -5,7 +5,7 @@ on:
push:
branches:
- master
- release/*
- release/v2.x
pull_request:
paths:
- '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