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 <[email protected]>
  • Loading branch information
fabianvf committed Dec 13, 2023
1 parent 89647a6 commit a2f815b
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.event_name == 'push' && github.ref || github.base_ref }}

0 comments on commit a2f815b

Please sign in to comment.