Skip to content

Commit 43d9d6c

Browse files
committed
Merge branch 'master' into feature/drop-python-2
2 parents 8de75ec + c8d9c1a commit 43d9d6c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ name: Deploy and Release
44
on:
55
# Triggers the workflow on version change
66
push:
7+
branches:
8+
- master
79
paths:
8-
- "dpath/version.py"
10+
- dpath/version.py
911

1012
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1113
jobs:
@@ -33,7 +35,7 @@ jobs:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436

3537
- name: Create Tag
36-
if: ${{ steps.check-tag.outputs.exists }} == "false"
38+
if: steps.check-tag.outputs.exists == 'false'
3739
uses: negz/create-tag@v1
3840
with:
3941
version: ${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)