mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-17 07:55:14 +00:00
chore(github): only run publish against main branch (#15)
This commit is contained in:
parent
f65e56ff70
commit
bafab5eeba
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user