Skip to content

Commit

Permalink
update trigger for changelog job (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo authored Oct 20, 2023
1 parent 3d5f352 commit dd97797
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: CI
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
- stable-*
tags:
- '*'

jobs:
changelog:
Expand Down

0 comments on commit dd97797

Please sign in to comment.