diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 3b47f5e..bb4a696 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -1,10 +1,13 @@ # .github/workflows/ansible-lint.yml +--- name: ansible-lint + on: push: branches: ["devel"] pull_request: branches: ["devel"] + jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check diff --git a/.github/workflows/publish_ansible_collection.yml b/.github/workflows/publish_ansible_collection.yml index 7bd78a3..1bb50bd 100644 --- a/.github/workflows/publish_ansible_collection.yml +++ b/.github/workflows/publish_ansible_collection.yml @@ -1,9 +1,10 @@ +--- name: Publish Ansible Galaxy Collection on: - release: - types: [published] - workflow_dispatch: + push: + tags: + - "*" jobs: publish-collection: diff --git a/.github/workflows/updateChangelog.yml b/.github/workflows/updateChangelog.yml index 2a7de01..902e813 100644 --- a/.github/workflows/updateChangelog.yml +++ b/.github/workflows/updateChangelog.yml @@ -1,9 +1,10 @@ +--- name: Run changelog Script on: - release: - types: [published] - workflow_dispatch: + push: + tags: + - "*" jobs: updateChangelog: