Skip to content

Commit

Permalink
Corrected the workflow file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 18, 2025
1 parent 974a6ab commit 6c85ee6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Simpletest
on: [ pull_request, push ]
paths-ignore: [ '**.md', '**.txt' ]
on:
pull_request:
paths-ignore: [ '**.md', '**.txt' ]
branches: [ '1.*' ]
push:
paths-ignore: [ '**.md', '**.txt' ]
branches: [ '1.*' ]
jobs:
simpletest:
name: Test code
Expand Down

0 comments on commit 6c85ee6

Please sign in to comment.