Skip to content

Commit

Permalink
Update ci.yml to run in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 4, 2023
1 parent 971a5a1 commit df20b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
workflow_dispatch:
push:
branches:
- master
- main
jobs:
build-n-deploy:
runs-on: ubuntu-latest
Expand All @@ -26,4 +26,4 @@
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker push
run: docker push ${{ secrets.DOCKER_USERNAME }}/az-appservice
run: docker push ${{ secrets.DOCKER_USERNAME }}/az-appservice

0 comments on commit df20b05

Please sign in to comment.