Skip to content

Commit bd477a1

Browse files
committed
add push trigger, rm duplicate workflow
1 parent c84edd8 commit bd477a1

2 files changed

Lines changed: 4 additions & 36 deletions

File tree

.github/workflows/head-update.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/non-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- labeled
1212
merge_group:
1313
workflow_dispatch:
14+
push:
15+
branches:
16+
- 'master'
17+
- 'release-*'
1418

1519
jobs:
1620
build:

0 commit comments

Comments
 (0)