Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
make it dispatch only
  • Loading branch information
ripps818 authored Feb 15, 2024
1 parent 5a14b85 commit 9c9ed93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Docker Image CI palworld-wine

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
branches: [ main ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 9c9ed93

Please sign in to comment.