Skip to content

Commit

Permalink
Merge pull request #69 from ThePromidius/ThePromidius-patch-1
Browse files Browse the repository at this point in the history
Update Build_Docker_Images.yml
  • Loading branch information
ThePromidius authored Jun 9, 2022
2 parents 85b25f9 + 9a4a1db commit b419143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_Docker_Images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '41 11 * * 3'
push:
branches: [ main, develop, test ]
branches: [ master, develop, test ]
env:
IMAGE_NAME: "thepromidius/manga-manager"
jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
docker_stable:
name: Stable Build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b419143

Please sign in to comment.