Skip to content

Commit 812cfd9

Browse files
committed
config: add push trigger to register workflow with GitHub Actions
Temporary push trigger on the feature branch so GitHub registers the workflow for workflow_dispatch. Will be removed after triggering the run.
1 parent fede434 commit 812cfd9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-git-filter-repo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
description: 'git-filter-repo version tag (e.g., v2.38.0)'
1212
required: true
1313
default: 'v2.38.0'
14+
push:
15+
branches:
16+
- 2.1-build-git-filter-repo-ci
17+
paths:
18+
- '.github/workflows/build-git-filter-repo.yml'
1419

1520
jobs:
1621
build:

0 commit comments

Comments
 (0)