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 860171b commit d0a2769Copy full SHA for d0a2769
.github/workflows/build-action.yml
@@ -2,8 +2,9 @@ name: build
2
3
on:
4
pull_request:
5
- - .github/workflows/*
6
- - README.md
+ paths-ignore:
+ - .github/workflows/*
7
+ - README.md
8
9
jobs:
10
build:
0 commit comments