Skip to content

Commit

Permalink
ci: Rename workflows (#3996)
Browse files Browse the repository at this point in the history
Now that we are building tools to keep common workflows in sync across
repos, we should use the same names across repos.  This brings Shaka
Player workflow names in line with everything else.

See https://github.com/joeyparrish/shaka-github-tools/pull/5
  • Loading branch information
joeyparrish committed Mar 22, 2022
1 parent cf0406b commit 0f929c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release

on:
push:
branches:
- master
- v[0-9]*

name: Release

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0f929c4

Please sign in to comment.