mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-19 00:45:19 +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:
|
on:
|
||||||
page_build:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- main
|
||||||
tags:
|
|
||||||
- "*.*.*"
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
publish:
|
||||||
|
name: Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user