1
0
Fork 0

Don't build docker images for branches unless PR

main
Bo Jeanes 2022-09-18 13:58:36 +10:00
parent 72eb2b7281
commit dbbb9b7d42
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
name: CI
on:
push:
tags-ignore:
- unstable
pull_request:
env:
@ -300,6 +302,7 @@ jobs:
gzip: false
docker:
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
needs:
- tests
runs-on: ubuntu-latest