Skip to content

Commit

Permalink
refactor(ci): clean up workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jan 13, 2021
1 parent 2573921 commit 8b1443f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-actions-develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Public Actions to develop stream
name: Publish Actions to develop stream

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-actions-v1.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Public Actions to v1 stream
name: Publish Actions to v1 stream

on:
push:
branches: [master]
tags: [ 'v*' ]


jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Docs Site
name: Publish Website

on:
push:
branches: [ develop ]


jobs:
docs-projection:
publish-website:
runs-on: ubuntu-latest
steps:
- name: 'Projecting docs-site holobranch onto gh-pages'
Expand Down

0 comments on commit 8b1443f

Please sign in to comment.