Skip to content

Commit

Permalink
Fix ansible ci to run only when ansible changes are made
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 14, 2024
1 parent 13ce8e0 commit a246b61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml → .github/workflows/demo-idp.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CI
name: Demo IDP CI/CD

on:
push:
tags-ignore:
- "*"
branches:
- "main"
pull_request:
paths:
- "demo-idp/*"
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit a246b61

Please sign in to comment.