Skip to content

Commit

Permalink
Restrict pushes to particular branches and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Jan 15, 2022
1 parent baa0ba6 commit 61829a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: 'Build Chainlink and Publish'
on:
# Mimics old circleci behaviour
push:
# tags:
# - 'v*'
# branches:
# - master
# - develop
# - 'release/*'
tags:
- 'v*'
branches:
- master
- develop
- 'release/*'

jobs:
build-publish-chainlink:
Expand Down

0 comments on commit 61829a5

Please sign in to comment.