Skip to content

Commit

Permalink
Don't run CI workflow on pushes to main
Browse files Browse the repository at this point in the history
This really doesn't do or gate anything and is just wasted runner
minutes.
  • Loading branch information
pbrisbin committed Feb 21, 2025
1 parent 87d1df0 commit 7bf9e79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
pull_request:
push:
branches: main

jobs:
generate:
Expand Down

0 comments on commit 7bf9e79

Please sign in to comment.