Skip to content

Commit

Permalink
fixed "main" branch for "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback authored and ericdeback committed Apr 9, 2024
1 parent c4e2b34 commit 1f4e34d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Build and Push Docker image

env:
ACTIONS_STEP_DEBUG: true

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 1f4e34d

Please sign in to comment.