1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Do not release fb for OSS

This commit is contained in:
Adria Navarro 2023-11-20 10:07:33 +01:00
parent 5a608b0873
commit d9ed5fb3d0

View file

@ -7,6 +7,7 @@ on:
jobs:
release:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3