Skip to content

Commit

Permalink
Test conditionals
Browse files Browse the repository at this point in the history
Signed-off-by: Santosh <[email protected]>
  • Loading branch information
santoshkal committed Jun 26, 2024
1 parent 1d19105 commit e76e684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-argocd-latest-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ArgoCD-modules-ci
on:
push:
tags:
- 'branches'
branches:
- main
paths:
- 'genval/modules/cuemod-argocd:v2.11.3/**'
tags:
Expand All @@ -29,7 +29,7 @@ jobs:
go-version: '1.22'
cache: false

- name: inetall genval
- name: install genval
run: go install github.com/intelops/genval@main

- name: Login to Github Container Registry
Expand Down

0 comments on commit e76e684

Please sign in to comment.