Skip to content

Commit

Permalink
Update CI branch names (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell authored Dec 18, 2024
1 parent 3210cab commit a3b066b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Lint
on:
push:
branches:
- master
- develop
- main
- dev
pull_request:
branches:
- master
- develop
- main
- dev

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Test
on:
push:
branches:
- master
- develop
- main
- dev
pull_request:
branches:
- master
- develop
- main
- dev

permissions:
contents: read
Expand Down

0 comments on commit a3b066b

Please sign in to comment.