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 ebe4913 commit 3404fd0Copy full SHA for 3404fd0
.github/workflows/build.yml
@@ -5,8 +5,12 @@ on:
5
# Triggers the workflow on push or pull request events but only for the "main" branch
6
push:
7
branches: [ "main" ]
8
+ paths-ignore:
9
+ - 'docs/**'
10
pull_request:
11
12
13
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
0 commit comments