Skip to content

Commit 3ad0845

Browse files
Create main.yml
1 parent bddc602 commit 3ad0845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Setup ArgoCD
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
apply:
8+
runs-on:
9+

0 commit comments

Comments
 (0)