Skip to content

Commit

Permalink
Run CI on pushes to main and select branches
Browse files Browse the repository at this point in the history
This allows triggering a CI run without creating a PR.
  • Loading branch information
robertknight committed Jan 22, 2024
1 parent d4fe019 commit ca699cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
on:
pull_request:
push:
branches:
- 'main'
- 'ci/**'
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca699cb

Please sign in to comment.