Skip to content

Commit 6ccbd18

Browse files
committed
Change events that trigger assemble workflow
1 parent baceaa9 commit 6ccbd18

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/assemble.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Assemble
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
workflow_dispatch:
3+
on: [push, workflow_dispatch]
94

105
jobs:
116
assemble:

0 commit comments

Comments
 (0)