Skip to content

Commit

Permalink
Only trigger workflow on pushes to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Feb 11, 2020
1 parent 9af2041 commit 3afbe64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-and-publish.yml
Expand Up @@ -3,7 +3,9 @@ name: Create Release and publish to pypi.org on Version Change
on:
push:
paths:
- 'src/iris/__init__.py'
- 'src/iris/__init__.py'
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 3afbe64

Please sign in to comment.