Skip to content

Commit

Permalink
feat: Update branch name in Docker workflow
Browse files Browse the repository at this point in the history
The branch name in the Docker workflow has been updated from "main" to "master" to align with the repository's branch naming convention. This change ensures that the workflow is triggered correctly when pushing changes to the repository.
  • Loading branch information
kdcllc committed Jun 4, 2024
1 parent d31ecf9 commit 3870fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Docker

on:
push:
branches: [ main ]

branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3870fb8

Please sign in to comment.