chore(github): only run publish against main branch (#15)

This commit is contained in:
Gareth Flowers 2022-04-30 13:57:14 +01:00 committed by GitHub
parent f65e56ff70
commit bafab5eeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,14 @@
name: Publish
name: Build and Publish Images
on:
page_build:
pull_request:
branches:
- main
push:
branches:
- "**"
tags:
- "*.*.*"
- main
jobs:
main:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout