We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458605 commit e670c95Copy full SHA for e670c95
.github/workflows/app-tests.yaml
@@ -1,20 +1,20 @@
1
name: App Tests
2
3
on:
4
- push:
5
- branches: [ main ]
6
- paths-ignore:
7
- - "**.md"
8
- - ".azdo/**"
9
- - ".devcontainer/**"
10
- - ".github/**"
11
- pull_request:
12
13
14
15
16
17
+ # push:
+ # branches: [ main ]
+ # paths-ignore:
+ # - "**.md"
+ # - ".azdo/**"
+ # - ".devcontainer/**"
+ # - ".github/**"
+ # pull_request:
18
workflow_dispatch:
19
20
permissions:
0 commit comments