Skip to content

Commit dc8fa10

Browse files
committed
Temporary workflow trigger
1 parent 6b3c6f6 commit dc8fa10

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/build-test.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Build and Test
22
on:
3-
pull_request:
4-
branches: [ main ]
5-
paths-ignore:
6-
- '**.md'
7-
- "web-app/**"
8-
- "functions/**"
9-
- ".github/workflows/web-*.yml"
3+
# pull_request:
4+
# branches: [ main ]
5+
# paths-ignore:
6+
# - '**.md'
7+
# - "web-app/**"
8+
# - "functions/**"
9+
# - ".github/workflows/web-*.yml"
10+
push:
11+
branches: [ functions-python-refactoring ]
1012
workflow_call:
1113

1214
env:

0 commit comments

Comments
 (0)