Skip to content

Commit

Permalink
ci: allow running ci manually
Browse files Browse the repository at this point in the history
  • Loading branch information
borsini committed Aug 6, 2023
1 parent ef261b1 commit f07bfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
on: [push]
on: [push, workflow_dispatch]

jobs:
build:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f07bfaa

Please sign in to comment.