Skip to content

Commit

Permalink
fix(github): ignore .github
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Sep 9, 2024
1 parent 73b7464 commit d3931a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Checks

on:
pull_request:
paths-ignore:
- '.github/**'

jobs:
check:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Publish

on:
workflow_dispatch:
pull_request:
types:
- closed
branches:
- master
paths-ignore:
- '.github/**'

jobs:
run:
Expand Down

0 comments on commit d3931a9

Please sign in to comment.