Skip to content

Commit

Permalink
CI: Restrict master/tags workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Dec 31, 2020
1 parent 345ee89 commit 341670e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
# It is run on pushes to the master branch.


on: push
#on:
# push:
# branches:
# - master
on:
push:
branches:
- master


defaults:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# indexed_gzip, for different platforms, and for python
# 2.7 and 3.7. It is run on new tags.

on: push
#on:
# push:
# tags:
# - '*'
on:
push:
tags:
- '*'

defaults:
run:
Expand Down

0 comments on commit 341670e

Please sign in to comment.