Skip to content

Commit

Permalink
build: only deploy on commits to master
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Oct 16, 2023
1 parent ff7de74 commit 4c2c48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-beta.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and push docker (beta)

on:
pull_request:
branches: [master]
types: [closed]
push:
branches:
- master

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 4c2c48b

Please sign in to comment.