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

Commit

Permalink
fix: maybe push: isn't required as all things run twice?
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Oct 14, 2023
1 parent e8c3e7a commit 829e52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Docker Build"

on:
push:
branches: [ master, dev/0.15.0 ]
#push:
# branches: [ master, dev/0.15.0 ]
pull_request:
branches: [ master, dev/0.15.0 ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-conflict-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Merge Conflict Labeler

on:
push:
#push:
pull_request_target:
types: [ synchronize ]

Expand Down

0 comments on commit 829e52a

Please sign in to comment.