Skip to content

Commit

Permalink
🌱 Run CI on push (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf committed Dec 14, 2023
1 parent b59c2c7 commit 829b523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build Hub

on:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'

Expand Down Expand Up @@ -94,4 +96,4 @@ jobs:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
with:
component_name: tackle2-hub
api_hub_tests_ref: refs/pull/${{ github.ref_name }}
api_hub_tests_ref: ${{ github.ref }}
34 changes: 0 additions & 34 deletions .github/workflows/test-addons.yml

This file was deleted.

0 comments on commit 829b523

Please sign in to comment.