Skip to content

Commit

Permalink
🌱 Run CI on push
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 13, 2023
1 parent 89647a6 commit ffbf0bf
Showing 1 changed file with 4 additions and 2 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 }}

0 comments on commit ffbf0bf

Please sign in to comment.