Skip to content

Commit

Permalink
Rename main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 17, 2021
1 parent 2634c79 commit b1c007c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Release
on:
push:
branches:
- master
paths:
- '/data_generator/**'
- '/query_timer/**'
- 'Dockerfile'
- main

jobs:
release:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Tests
on:
pull_request:
branches:
- master
paths:
- 'data_generator/**'
- 'query_timer/**'
- 'tests/**'
- main

jobs:
lint:
Expand Down

0 comments on commit b1c007c

Please sign in to comment.