Skip to content

Commit 3209dd7

Browse files
committed
Replaces GH workflows $default-branch for master
1 parent 04a946c commit 3209dd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- $default-branch
5+
- master
66
pull_request:
77
branches:
8-
- $default-branch
8+
- master
99
workflow_dispatch:
1010
jobs:
1111
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- $default-branch
6+
- master
77
tags:
88
- 'v*'
99

0 commit comments

Comments
 (0)