Skip to content

Commit

Permalink
Fix github actions conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Sep 4, 2024
1 parent f68bccb commit cb034f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/demo_check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: RxPlayer Demo Checks

on:
push:
branches: [stable, dev, legacy-v3]
paths:
- demo/**
pull_request:
types: [opened, synchronize, reopened]
paths:
- demo/**

jobs:
scripts_lint:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/script_check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: RxPlayer Script Checks

on:
push:
branches: [stable, dev, legacy-v3]
paths:
- scripts/**
pull_request:
types: [opened, synchronize, reopened]
paths:
- scripts/**

jobs:
scripts_lint:
Expand Down

0 comments on commit cb034f9

Please sign in to comment.