Skip to content

Commit

Permalink
Extended the ignored paths
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 19, 2025
1 parent 6f8cf66 commit f7bd77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Simpletest
on:
pull_request:
paths-ignore: [ '**.md', '**.txt' ]
paths-ignore: [ '.editorconfig', '.gitattributes', '**.md', '**.txt' ]
branches: [ '1.*' ]
push:
paths-ignore: [ '**.md', '**.txt' ]
paths-ignore: [ '.editorconfig', '.gitattributes', '**.md', '**.txt' ]
branches: [ '1.*' ]
jobs:
simpletest:
Expand Down

0 comments on commit f7bd77d

Please sign in to comment.