Skip to content

Commit

Permalink
disable 'build' git action
Browse files Browse the repository at this point in the history
Signed-off-by: jooho <jlee@redhat.com>
  • Loading branch information
Jooho committed Jun 6, 2023
1 parent 7dadb6f commit a8516fc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build

on:
push:
branches:
- main
- 'release-[0-9].[0-9]+'
branches: [master]
tags:
- 'v*'
paths-ignore:
Expand All @@ -15,9 +13,7 @@ on:
- 'fvt/**'
- 'proto/**'
pull_request:
branches:
- main
- 'release-[0-9].[0-9]+'
branches: [master]
paths-ignore:
- '.github/**'
- '.tekton/**'
Expand Down

0 comments on commit a8516fc

Please sign in to comment.