Skip to content

Commit

Permalink
chore(ci): run release workflow when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 10, 2020
1 parent 4eeffb7 commit 7935124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release

on:
push:
branches:
Expand All @@ -7,6 +8,8 @@ on:
paths:
- 'packages/**'
- '!packages/**/*.md'
- '.github/workflows/**'

jobs:
# @see https://medium.com/attest-engineering/adding-a-unique-github-build-identifier-7aa2e83cadca
build_id:
Expand Down

0 comments on commit 7935124

Please sign in to comment.