Skip to content

Commit

Permalink
CI: manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Nov 28, 2024
1 parent a0873b8 commit 8b351fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: tox
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- '.github/workflows/tox.yml'
pull_request:
branches:
- master
workflow_dispatch:
# allow manual trigger
permissions:
contents: read # to fetch code (actions/checkout)
env:
Expand Down

0 comments on commit 8b351fb

Please sign in to comment.