Skip to content

Commit

Permalink
fix(ci): workflow_dispatch not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Oct 18, 2023
1 parent fd27dc5 commit cff604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy docs

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -9,7 +10,6 @@ on:
paths:
- '.github/workflows/ci_docs.yml'
- 'projects/docs/**'
workflow_dispatch:

concurrency:
group: deploy-docs-group-${{ github.ref }}
Expand Down

0 comments on commit cff604b

Please sign in to comment.