Skip to content

Commit 2f6d006

Browse files
Bugfix to get verified commits by GitHub
1 parent 68214cc commit 2f6d006

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build-and-deploy-branch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches-ignore:
55
- main
6-
6+
paths-ignore:
7+
- '*.xml'
8+
- '*.sch'
79
jobs:
810
build:
911
runs-on: ubuntu-latest

.github/workflows/build-and-deploy-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
6+
paths-ignore:
7+
- '*.xml'
8+
- '*.sch'
79
jobs:
810
build:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)