Skip to content

Commit

Permalink
build: fix triggering of summary on push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 2, 2024
1 parent 6dd7222 commit 0c03add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
- cron: '0 0 * * MON' # Run every Monday at 00:00 UTC
pull_request:
branches:
- repo-summary-discussion
- master
workflow_dispatch: # Allow manual triggering

jobs:
Expand Down

0 comments on commit 0c03add

Please sign in to comment.