Skip to content

Commit

Permalink
Update workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Jan 12, 2025
1 parent a7c4eee commit 4a41d19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: CI
on:
push:
branches: [main]
pull_request_target:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.md"
pull_request:
types: [opened, synchronize, reopened]
paths:
- .github/workflows/ci.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4a41d19

Please sign in to comment.