Skip to content

Commit e2bf70c

Browse files
committed
Run "Report Size Deltas" workflow on push
Run "Report Size Deltas" GitHub Actions workflow on every push event that modifies the workflow file. This provides a basic "smoke test" on any changes to the workflow, which is more difficult to get from the other trigger events..
1 parent 7921295 commit e2bf70c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/report-size-deltas.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Report Size Deltas
22

33
on:
4+
push:
5+
paths:
6+
- ".github/workflows/report-size-deltas.yml"
47
schedule:
58
- cron: '*/5 * * * *'
69
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch

0 commit comments

Comments
 (0)