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 2db92be commit 0b21487Copy full SHA for 0b21487
.github/workflows/deploy.yml
@@ -2,6 +2,8 @@ name: Deploy
2
3
on:
4
push:
5
+ paths-ignore:
6
+ - '.github/ISSUE_TEMPLATE/**'
7
branches:
8
- master
9
.github/workflows/main.yml
@@ -2,7 +2,11 @@ name: CI
pull_request:
10
11
12
- pr/**/ci
0 commit comments