Merge pull request #628 from flacatus/nightly_workflow

Run nightly olm bundle checks only in master branches
pull/627/head
Flavius Lacatusu 2021-01-14 14:14:48 +01:00 committed by GitHub
commit ca09d840f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -11,11 +11,12 @@
#
name: Check nightly OLM bundle
on: pull_request
on:
pull_request:
branches:
- master
jobs:
build:
name: Check nightly OLM bundle
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2