Skip to content

Commit

Permalink
Add Main Branch to Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zarix committed Nov 5, 2023
1 parent bf5ba54 commit 5153471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build and Publish
on:
push:
branches:
- master
- main

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
environment: master
environment: main
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit 5153471

Please sign in to comment.