Skip to content

Commit

Permalink
run CI on all branches (for those of us who used stacked PRs)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmyers committed Jan 2, 2025
1 parent 045a79e commit c30ab35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c30ab35

Please sign in to comment.