Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Improved GitHub Actions workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Sep 19, 2023
1 parent a845df8 commit f090215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: ansible-lint

on:
push:
pull_request:
push: # All branches and tags
schedule:
# Runs automatically on the 27th of every month at 04:30 UTC
- cron: "30 04 27 * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: release

on:
push:
tags: ["*"]
tags: ["**"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit f090215

Please sign in to comment.