Skip to content

Commit

Permalink
Amend CI to point to correct branches
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Dec 29, 2022
1 parent 9f6c77e commit 89647d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -2,14 +2,7 @@ name: CI

on:
push:
branches:
- main
- task/**
- hotfix/**
pull_request:
branches:
- main
- task/rewrite

jobs:
run-checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Expand Up @@ -3,7 +3,7 @@ name: Publish Documentation
on:
push:
branches:
- task/v4
- main

jobs:
deploy:
Expand Down

0 comments on commit 89647d7

Please sign in to comment.