Update linting.yml

remove roc**
to avoid triggering twice
This commit is contained in:
Sam Wu
2023-08-21 16:09:59 -06:00
committed by GitHub
parent 5a33e54265
commit ee72fbac97

View File

@@ -6,13 +6,11 @@ on:
- develop
- main
- 'docs/*'
- 'roc**'
pull_request:
branches:
- develop
- main
- 'docs/*'
- 'roc**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}