Skip to content

Commit 07677b2

Browse files
committed
Add temp workflow trigger
1 parent 6807349 commit 07677b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-graph.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build Graph
22

33
on:
4+
# Temporary branch trigger, can only manually dispatch from develop
5+
push:
6+
branches:
7+
- rkm/fix-data-processing-gha-job
48
workflow_dispatch:
59
inputs:
610
skip_data_processing:

0 commit comments

Comments
 (0)