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 55ab849 commit 33eb49fCopy full SHA for 33eb49f
.github/workflows/alioss-integration.yml
@@ -1,11 +1,14 @@
1
name: Alioss Integration Tests
2
3
on:
4
+ workflow_dispatch:
5
pull_request:
6
paths:
7
- ".github/workflows/alioss-integration.yml"
8
- "alioss/**"
-
9
+ push:
10
+ branches:
11
+ - main
12
jobs:
13
alioss-general-integration-tests:
14
name: Alioss General Integration Tests
0 commit comments