Skip to content

Commit

Permalink
Also update each time release notes is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Apr 30, 2020
1 parent 87d92bb commit 9c773f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Release Notes

on:
pull_request:
types: [closed]
branches:
- master
issues:
types: [closed,reopened]

push:
branches:
- master
paths:
- ".github/workflows/release-notes.yml"
jobs:
release_notes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c773f2

Please sign in to comment.