Skip to content

Commit

Permalink
chore: allow manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 24, 2024
1 parent a23a711 commit 60c3806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-on-main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Test Main Branch

on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'src/**/*'
- 'package.json'

jobs:
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check Pull Request

on:
workflow_dispatch:
pull_request:
branches: [main]

Expand Down

0 comments on commit 60c3806

Please sign in to comment.