Skip to content

Commit 62a23fb

Browse files
committed
Revert workflow change
1 parent be06cf6 commit 62a23fb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/app-tests.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: App Tests
22

33
on:
4-
# push:
5-
# branches: [ main ]
6-
# paths-ignore:
7-
# - "**.md"
8-
# - ".azdo/**"
9-
# - ".devcontainer/**"
10-
# - ".github/**"
11-
# pull_request:
12-
# branches: [ main ]
13-
# paths-ignore:
14-
# - "**.md"
15-
# - ".azdo/**"
16-
# - ".devcontainer/**"
17-
# - ".github/**"
4+
push:
5+
branches: [ main ]
6+
paths-ignore:
7+
- "**.md"
8+
- ".azdo/**"
9+
- ".devcontainer/**"
10+
- ".github/**"
11+
pull_request:
12+
branches: [ main ]
13+
paths-ignore:
14+
- "**.md"
15+
- ".azdo/**"
16+
- ".devcontainer/**"
17+
- ".github/**"
1818
workflow_dispatch:
1919

2020
permissions:

0 commit comments

Comments
 (0)