Skip to content

Commit

Permalink
build nightly only from main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Jan 6, 2024
1 parent 089bec7 commit 2a348cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mariadb.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Create nightly/testing tarball
runs-on: ubuntu-latest
needs: froxlor
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }}

steps:
- name: Checkout
Expand Down

0 comments on commit 2a348cf

Please sign in to comment.