Skip to content

Commit

Permalink
use master for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fholzer committed Apr 15, 2023
1 parent 4cd0473 commit 22a736f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI
on:
push:
branches-ignore:
- master
- stable
- mainline
- rb/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish
on:
push:
branches:
- master
- stable
- mainline
tags:
- v[0-9]+.[0-9]+.[0-9]+
Expand Down

0 comments on commit 22a736f

Please sign in to comment.