Browse Source

Adding a manual trigger to the build pipeline in the directory-connector project (#256)

pull/254/merge
Joseph Flinn 4 years ago committed by GitHub
parent
commit
13a13dd18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -7,6 +7,7 @@ on: @@ -7,6 +7,7 @@ on:
- 'l10n_master'
paths-ignore:
- '.github/workflows/**'
workflow_dispatch: {}
jobs:

Loading…
Cancel
Save