We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff7df4 + d5e285c commit e6122c5Copy full SHA for e6122c5
.github/workflows/main.yaml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - '**/*.md'
9
+ - '**/*.txt'
10
11
permissions:
12
contents: write
.github/workflows/pull-request.yaml
@@ -2,6 +2,9 @@ name: Run checks
2
3
on:
pull_request:
.github/workflows/tags.yaml
tags:
- '**'
0 commit comments