Skip to content

Commit

Permalink
fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Aug 4, 2023
1 parent d1b7fd1 commit d6b95f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: App tests
on:
push:
paths:
- 'app/**'
- ".github/workflows/cypress.yml"
- paths-ignore:
- 'app/README.md'
paths:
- 'app/**'
- '.github/workflows/cypress.yml'
paths-ignore:
- 'app/README.md'
jobs:
cypress:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d6b95f6

Please sign in to comment.