Skip to content

Commit 971125f

Browse files
committed
feat: update ci and README.md
1 parent a491d7d commit 971125f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ jobs:
5252
latest-changes:
5353
name: Latest Changes
5454
runs-on: ubuntu-latest
55-
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true && github.event_name == 'push'
55+
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true)
5656
steps:
5757
- uses: actions/checkout@v4
5858
with:
5959
token: ${{ secrets.ATTICUS_PAT }}
6060
- uses: docker://tiangolo/latest-changes:0.2.0
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
63+
commit-message: "chore: update README.md"

0 commit comments

Comments
 (0)