Skip to content

Commit

Permalink
Update circleci.yml action version (#10454)
Browse files Browse the repository at this point in the history
* Update circleci.yml
* Remove TODOs comments

---------

Co-authored-by: Javier Cortejoso <javier.cortejoso@gmail.com>
  • Loading branch information
alvarof2 and jcortejoso committed Aug 2, 2023
1 parent d82d74e commit fae4963
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
push:
branches:
- master
# TODO (soloseng): remove before merge
- soloseng/ganache-upgrade
# TODO(jcortejoso): Replace by pull_request
pull_request_target:
pull_request:
branches:
- master

Expand Down Expand Up @@ -131,7 +128,7 @@ jobs:
yarn check-licenses
- name: Detect files changed in PR, and expose as output
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v37
with:
# Using comma as separator to be able to easily match full paths (using ,<path>)
separator: ','
Expand Down

0 comments on commit fae4963

Please sign in to comment.