Skip to content

Commit

Permalink
Merge pull request #7 from 2060-io/dev
Browse files Browse the repository at this point in the history
ci: add validations
  • Loading branch information
lotharking authored Jun 19, 2024
2 parents ad0152e + c15e737 commit aa3e172
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Validate YAML
on:
pull_request:
branches: [main, dev]
paths:
- '.github/**'
- 'Fastbot/**'
types: [opened, synchronize, reopened, labeled]
push:
branches: [main, dev]
paths:
- '.github/**'
- 'Fastbot/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit aa3e172

Please sign in to comment.