Skip to content

Commit

Permalink
ci: attempt another fix due to job not being detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Sep 8, 2022
1 parent 0400dc0 commit 4cd4c2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build Changelog # Workflow name displayed on GitHub

on: workflow_dispatch
on:
workflow_dispatch:
branches:
- '*.x'

jobs:
new-release:
Expand Down

0 comments on commit 4cd4c2c

Please sign in to comment.