Skip to content

Commit

Permalink
Update GitHub Actions to always run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jul 3, 2023
1 parent a8fa11b commit 23caeff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-test-cases.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: check-test-cases

on:
push:
paths:
- "Test Cases/**"
- "Schemas/**"
on: [push]

jobs:
check-test-cases:
Expand Down

0 comments on commit 23caeff

Please sign in to comment.