Skip to content

Commit da5362a

Browse files
committed
Batch update to configure on: push, pull_request, and workflow_dispatch
1 parent c8d35be commit da5362a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/composescreenshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Compose Preview Screenshot
33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ main ]
57
# When it will be triggered
68
# And in which branch
79
pull_request:

.github/workflows/test-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Build + Test all
33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ main ]
57
# When it will be triggered
68
# And in which branch
79
pull_request:

0 commit comments

Comments
 (0)