Skip to content

Commit

Permalink
ci: trigger auto-fix on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Mar 1, 2025
1 parent f28b57c commit c2882d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-fix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: auto-fix

on:
push:
branches:
- 'master'
on: [push, pull_request]

jobs:
auto-fix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: publish-any-commit

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit c2882d0

Please sign in to comment.