Skip to content

Commit

Permalink
Update requirements2png.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 2, 2024
1 parent 4700903 commit 7530ae1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/requirements2png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
# Ansible managed
#

name: Ansible Graphviz
on:
push:
branches:
- master
- main
paths:
- '.github/workflows/requirements2png.yml'
name: Ansible Graphviz
tags_ignore:
- '*'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 7530ae1

Please sign in to comment.