We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634c79 commit b1c007cCopy full SHA for b1c007c
.github/workflows/release.yml
@@ -3,11 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - master
7
- paths:
8
- - '/data_generator/**'
9
- - '/query_timer/**'
10
- - 'Dockerfile'
+ - main
11
12
jobs:
13
release:
.github/workflows/tests.yml
@@ -3,11 +3,7 @@ name: Tests
pull_request:
- - 'data_generator/**'
- - 'query_timer/**'
- - 'tests/**'
lint:
0 commit comments