Skip to content

Commit

Permalink
fix: Change master to main in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlee authored Nov 16, 2023
1 parent eb9583c commit 486e2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Testing and release
on:
push:
branches:
- master
- main
- development
tags:
# The regex: /^v?((\d+)(\.\d+)*)(-?(a|b|c|rc|alpha|beta)([0-9]+)?)?$
- 'v[0-9].[0-9]+.[0-9]+*'
pull_request:
branches:
- master
- main
- development

jobs:
Expand Down

0 comments on commit 486e2c9

Please sign in to comment.