Skip to content

Commit 33eb49f

Browse files
serdarozerrstephanme
authored andcommitted
feat: push main and manual trigger are added
1 parent 55ab849 commit 33eb49f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/alioss-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Alioss Integration Tests
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- ".github/workflows/alioss-integration.yml"
78
- "alioss/**"
8-
9+
push:
10+
branches:
11+
- main
912
jobs:
1013
alioss-general-integration-tests:
1114
name: Alioss General Integration Tests

0 commit comments

Comments
 (0)