Commit 67e153e1 authored by Elena Gesheva's avatar Elena Gesheva Committed by GitHub

Make ts-packages action always run on PRs and master (#804)

parent 536e02b5
...@@ -5,16 +5,7 @@ on: ...@@ -5,16 +5,7 @@ on:
branches: branches:
- master - master
- '*rc' - '*rc'
paths:
- 'packages/**/*.sol'
- 'packages/**/*.ts'
pull_request: pull_request:
branches:
- master
- '*rc'
paths:
- 'packages/**/*.sol'
- 'packages/**/*.ts'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment