Skip to content

Commit

Permalink
fix: ci runner ought to start now upon merge to main (#189)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated GitHub Actions workflow to trigger Mastodon posting on pull
request closure for the main branch
	- Refined workflow event configuration to improve automation precision

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
cmeesters authored Jan 18, 2025
1 parent 2e1d9a1 commit 90c6bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post_to_mastodon.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Post to Mastodon on PR Merge

on:
push:
branches:
- main
pull_request:
types:
- closed
branches:
- main

permissions:
pull-requests: read
Expand Down

0 comments on commit 90c6bf9

Please sign in to comment.