mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: only build on master and renovate breanches
This commit is contained in:
parent
36b30fe60f
commit
51d3df8dbf
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,12 @@
|
|||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'renovate/**'
|
||||
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
commitlint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue