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 c9095bf commit 4f28d07Copy full SHA for 4f28d07
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ name: Build and Publish
3
on:
4
push:
5
branches: [ master ]
6
+
7
+ paths-ignore:
8
+ - '**/.md'
9
+ - '**/.txt'
10
+ - '.github/**'
11
12
jobs:
13
publish:
.github/workflows/validatepullrequest.yml
@@ -3,6 +3,11 @@ name: Validate Pull Request
pull_request:
build:
0 commit comments