Skip to content

Commit e3be8bb

Browse files
Reverted 2f6d006
1 parent 2f6d006 commit e3be8bb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
push:
44
branches-ignore:
55
- main
6-
paths-ignore:
7-
- '*.xml'
8-
- '*.sch'
6+
97
jobs:
108
build:
119
runs-on: ubuntu-latest

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
paths-ignore:
7-
- '*.xml'
8-
- '*.sch'
6+
97
jobs:
108
build:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)