Skip to content

Test push actions

Test push actions #15

Workflow file for this run

name: Run konflux workflows
on:
push:
branches:
- master
- release-*
- mauro/*
tags:
- 3.*.*
- mauro-test-*
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}-konflux
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/konflux-tests.yml
if: github.event_name == 'push' ||
contains(github.head_ref, 'konflux') ||
contains(github.head_ref, 'rhtap')
secrets: inherit