Commit 0ec72241 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

GHA: fix event name detection

parent e502dfaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:

  upload-to-transifex:
    runs-on: ubuntu-latest
    if: github.event == 'push'
    if: ${{ github.event_name == 'push' }}
    needs: build

    steps:
@@ -46,7 +46,7 @@ jobs:

  upload-to-coverity:
    runs-on: ubuntu-latest
    if: github.event == 'push'
    if: ${{ github.event_name == 'push' }}
    needs: build

    steps: