Skip to content

Commit

Permalink
TASK: Allow manual triggering of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jun 24, 2023
1 parent 572aa38 commit 330fa20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Tests

on:
push:
branches: [ master, '[0-9]+.[0-9]' ]
branches: [ main, '[0-9]+.[0-9]' ]
pull_request:
branches: [ master, '[0-9]+.[0-9]' ]
branches: [ main, '[0-9]+.[0-9]' ]
workflow_dispatch: # Allow manual triggering on any branch via `gh workflow run tests.yml -r branch-name`

jobs:
build:
Expand Down

0 comments on commit 330fa20

Please sign in to comment.