Skip to content

Commit

Permalink
CI: Fix actions for containers (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov authored Jan 22, 2024
1 parent a076be3 commit 987f346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container_build_universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:
- containers/universal/**
- .github/workflows/container_build_template.yml
- .github/workflows/container_build_universal.yml
- ansible_collections/arista/avd/**
workflow_dispatch:
branches:
- devel
release:
types: [published, prereleased]
types: [published]

jobs:
build_universal_container:
Expand Down

0 comments on commit 987f346

Please sign in to comment.