Skip to content

Commit

Permalink
chore(action): exclude sponsors branch from CI tests; (axios#6564)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS authored Aug 19, 2024
1 parent 67aa1ef commit c8b7be5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: 'CI'

on:
push:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
pull_request:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'

permissions:
contents: read
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: 'CodeQL'

on:
push:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
pull_request:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
schedule:
- cron: '21 23 * * 5'

Expand Down

0 comments on commit c8b7be5

Please sign in to comment.