Skip to content

Commit 2a2aa04

Browse files
committed
Fixing workflow errors [skip ci]
1 parent 24023c9 commit 2a2aa04

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
- '**/*.md'
99
- '**/*.gitignore'
1010
- '**/*.gitattributes'
11-
workflow_dispatch:
12-
branches:
13-
- main
14-
paths-ignore:
15-
- '**/*.md'
16-
- '**/*.gitignore'
17-
- '**/*.gitattributes'
1811

1912
jobs:
2013
build:

.github/workflows/publish.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: "Publish"
22

3-
on:
4-
workflow_dispatch:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- '**/*.md'
9-
- '**/*.gitignore'
10-
- '**/*.gitattributes'
3+
on: workflow_dispatch
114

125
jobs:
136
build:

0 commit comments

Comments
 (0)