Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Sep 15, 2024
1 parent ae81c6e commit 55a99cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Continuous Integration
on:
push:
branches:
- "trunk"
- "master"
tags:
- "*"
paths-ignore:
- "**.md"
pull_request:
branches:
- "trunk"
- "master"
paths-ignore:
- "**.md"
workflow_dispatch:
Expand Down

0 comments on commit 55a99cd

Please sign in to comment.