Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on 'main' branch instead of…
Browse files Browse the repository at this point in the history
… 'master'
  • Loading branch information
RichardMiku committed Jan 25, 2025
1 parent 5a23806 commit b3d78f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- master
- main

jobs:
build-and-push:
Expand Down

0 comments on commit b3d78f1

Please sign in to comment.