Skip to content

Commit

Permalink
ci: Add workflow_dispatch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 3, 2024
1 parent 48ac02a commit efc5ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
- 'develop'
- 'feature/update**'
- 'feature/server_esm**'
- 'feature/new_icon'
paths-ignore:
- 'docs/**'
- 'bin/**'
workflow_dispatch:

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

0 comments on commit efc5ac0

Please sign in to comment.