Skip to content

Commit 4ebe3c2

Browse files
author
Aaron Roller
committed
package id relates to protected branches master
1 parent eee1194 commit 4ebe3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
build:
7+
package:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
build:
7+
package:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)