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 79ffc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .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

0 comments on commit 79ffc47

Please sign in to comment.