Skip to content

Commit

Permalink
TEMP/TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 9, 2023
1 parent 089e9a9 commit ebeeadd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# Run on pushes to `master` and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
branches:
- master
paths-ignore:
- '**.md'
# branches:

Check warning on line 7 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

7:1 [comments-indentation] comment not indented like content
# - master
# paths-ignore:
# - '**.md'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down

0 comments on commit ebeeadd

Please sign in to comment.