Skip to content

Commit

Permalink
Make it possible to run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jul 11, 2024
1 parent 25814b1 commit 4173e48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ on:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:

permissions:
actions: read
contents: read
packages: read
checks: write
pull-requests: write
issues: write

jobs:
lint-job:
name: "Run linters"
Expand Down

0 comments on commit 4173e48

Please sign in to comment.