Skip to content

Commit 32acb42

Browse files
committed
Added temporary trigger for testing2
1 parent 06dd7e0 commit 32acb42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: Build and Test
22
on:
33
pull_request:
44
branches: [ main ]
5-
push:
6-
branches: [ functions-python-refactoring ]
5+
76
paths-ignore:
87
- '**.md'
98
- "web-app/**"
109
- "functions/**"
1110
- ".github/workflows/web-*.yml"
1211
workflow_call:
12+
push:
13+
branches: [ functions-python-refactoring ]
1314

1415
env:
1516
python_version: '3.11'

0 commit comments

Comments
 (0)