We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be06cf6 commit 62a23fbCopy full SHA for 62a23fb
.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