chore: filter workflows to master branch only.

This commit is contained in:
Ahmed Bouhuolia
2021-09-21 22:20:03 +02:00
committed by GitHub
parent 12606d1857
commit 1fe330e583

View File

@@ -40,3 +40,11 @@ jobs:
command: |
docker login -u abouhuolia -p 1532015325_ASdfqwer
docker push abouhuolia/bigcapital-client:latest
workflows:
build_and_publish: # name of your workflow
jobs:
- build:
filters:
branches:
only: master