Skip to content

Commit

Permalink
Update CI branch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 16, 2024
1 parent da64504 commit d3bc76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ 7.9.2 ]
pull_request:
branches: [ master ]
branches: [ 7.9.2 ]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Rebuild Distribution
on:
push:
branches:
- 'master'
- '7.9.2'
paths:
- 'Extensions/*'
- 'Themes/*'
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
git remote set-branches --add origin gh-pages
git fetch
git checkout -f -t -b gh-pages origin/gh-pages
git reset --hard master
git reset --hard 7.9.2
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d3bc76a

Please sign in to comment.