Skip to content

Commit

Permalink
Disable scheduled and branch triggers for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcpalma committed Nov 25, 2023
1 parent 806b38f commit 10d913e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ name: Docker Build and Publish
# documentation.

on:
schedule:
- cron: '21 5 * * 0'
#schedule:
# - cron: '21 5 * * 0'
push:
branches: [ "main" ]
#branches: [ "main" ]
# Publish semver tags as releases.
# Only run job if on tags and if the tag matches pattern.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AIO-plutonium-t6 [An all-in-one plutonium server, Easier]
# AIO-Plutonium-T6 [An all-in-one plutonium server, Easier]

[![build images](https://github.com/thejcpalma/AIO-plutonium-t6-server-docker-setup/actions/workflows/docker-images.yml/badge.svg?branch=main)](https://github.com/thejcpalma/AIO-plutonium-t6-server-docker-setup/actions/workflows/docker-images.yml)
[![Docker Image Build](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-image.yml/badge.svg?branch=main) [![Docker Build and Publish](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/thejcpalma/aio-plutonium-t6/actions/workflows/docker-publish.yml)

Files Used to Build and run a [Plutonium](https://plutonium.pw) Server and a [IW4Admin](https://github.com/RaidMax/IW4M-Admin) Panel in docker

Expand Down

0 comments on commit 10d913e

Please sign in to comment.