We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf915 commit d9f1337Copy full SHA for d9f1337
.github/workflows/build.yml
@@ -1,5 +1,10 @@
1
name: Build
2
-on: [push]
+on:
3
+ push:
4
+ paths-ignore:
5
+ - 'docs/**'
6
+ - 'README.md'
7
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments