Skip to content

Commit 584cdcb

Browse files
committed
Changed archiver job to run on pushes to master
1 parent 31f27c1 commit 584cdcb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/flex-update-achived.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Update Flex Archives
22

3-
on: [workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
call-flex-update:

oss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f97e6cba8da0139f42f775736009fe4ae4cc0bdc

0 commit comments

Comments
 (0)