Skip to content

Commit

Permalink
Test new release workflow (#1)
Browse files Browse the repository at this point in the history
* complete readme

* test workflows release
  • Loading branch information
MozeBaltyk authored Jan 14, 2024
1 parent 3152a6e commit c8ebd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "develop" ]

jobs:
readme:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ ANSIBLE_USER=admin # equal to '-u admin'

1. This is a custom script which imitate Execution-Environement:

* `make ee-container` will load an UBI8 image and execute inside `make prerequis`
* `make ee-container` will load an UBI-8 image and execute inside `make prerequis`

* `make ee-exec`
* `make ee-exec` Run image with collection and package zst mounted inside. Launch playbook or make command as described above.


## Roadmap
Expand Down

0 comments on commit c8ebd41

Please sign in to comment.