From 37d7279aad41036e6e889870781e279297717ba3 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 25 Dec 2023 08:52:28 +0300 Subject: [PATCH] Generated Ansible files --- .github/workflows/galaxy.yml | 3 ++- .github/workflows/todo.yml | 9 +++++++++ README.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 38eca22..51fcb24 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -16,4 +16,5 @@ jobs: # uses: buluma/galaxy-action@v6.25.22 # TODO: rebuild action uses: robertdebock/galaxy-action@1.2.1 with: - galaxy_api_key: ${{ secrets.galaxy_api_key }} + galaxy_api_key: ${{ secrets.galaxy_api_key }} + git_branch: ${{ github.event.repository.default_branch }} diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 7837717..14d4e18 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -7,6 +7,15 @@ name: "TODO 2 Issue" on: push: + branches: + - master + - main + - testing + paths-ignore: + - '**/README.md' + - '**/CHANGELOG.md' + tags_ignore: + - '*' jobs: build: diff --git a/README.md b/README.md index 36f61ba..ac20e99 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a ## [License](#license) -[Apache-2.0](https://github.com/buluma/ansible-role-keepalived/blob/master/LICENSE). +[Apache-2.0](https://github.com/buluma/ansible-role-keepalived/blob/master/LICENSE) ## [Author Information](#author-information)