Skip to content

Commit

Permalink
fix: disable useless actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Nov 13, 2024
1 parent fd29647 commit ef1ace4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Main
on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'test/**'
- '.github/**'
branches:
- main
jobs:
Expand Down

0 comments on commit ef1ace4

Please sign in to comment.