avoid builds and tests for non-code changes (#9392)

* avoid builds and tests for non-code changes

* dummy test for workflow
This commit is contained in:
Saumya 2022-12-22 23:49:26 +05:30 committed by GitHub
parent bb60e02e96
commit 7206f488ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,16 @@ on:
pull_request:
branches:
- "*"
paths-ignore:
- 'docs/**'
- 'deploy/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'deploy/**'
workflow_dispatch:
inputs: