Skip to content

Commit

Permalink
add check modified reelase file
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Dec 10, 2024
1 parent 4f58463 commit d6655b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Check updated RELEASES.md file"

on:
pull_request:
branches:
- 'master'
jobs:
check_release_file:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v20
with:
files: 'RELEASES.md'
fail-if-unchanged: true

0 comments on commit d6655b2

Please sign in to comment.