Skip to content

Commit

Permalink
Don't run CI on push
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 10, 2025
1 parent bd83550 commit d65bd9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches-ignore:
- "gh-readonly-queue/**"
paths-ignore:
- "**/README.md"
- "main"
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
Expand All @@ -31,7 +30,7 @@ env:
# https://stackoverflow.com/a/66336834
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
# --------------------------------------------------------------------------
Expand Down

0 comments on commit d65bd9e

Please sign in to comment.