run build on push, regardless of PR head

This commit is contained in:
quinchs 2023-06-23 11:44:11 -03:00
parent 4b9e57e040
commit 531b8bacdc

View file

@ -21,7 +21,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'edgedb/edgedb-java' }}
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3