Skip to content

Commit 9cec268

Browse files
committed
rename workflows
1 parent 90c4237 commit 9cec268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [published, edited]
77

88
jobs:
9-
build:
9+
publish:
1010
runs-on: ubuntu-latest
1111

1212
strategy:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: '0 0 * * *'
1313

1414
jobs:
15-
build:
15+
tests:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)