Merge pull request #1175 from cevich/limit_gha_main

GHA: Limit operations to `main` branch only
This commit is contained in:
OpenShift Merge Robot 2022-10-06 19:43:46 +02:00 committed by GitHub
commit f45df40324
1 changed files with 2 additions and 3 deletions

View File

@ -2,12 +2,11 @@ name: validate
on:
push:
tags:
- v*
branches:
- main
- v*
pull_request:
branches:
- main
permissions: read-all