We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea85f2 commit ca8187aCopy full SHA for ca8187a
1 file changed
.github/workflows/tinybird-ci.yml
@@ -6,8 +6,8 @@ on:
6
branches:
7
- main
8
- master
9
- paths:
10
- - 'tinybird/**'
+ # paths:
+ # - 'tinybird/**' # TODO: Reenable this
11
types: [opened, reopened, labeled, unlabeled, synchronize]
12
13
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments