Skip to content

Commit

Permalink
Merge pull request #630 from naher94/naher94-patch-1
Browse files Browse the repository at this point in the history
Version Check Workflow Updated
  • Loading branch information
naher94 authored Feb 13, 2024
2 parents 39957be + 59d44ca commit 5a4a7ef
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Version Check

on:
push:
branches:
- main
pull_request:
paths:
- 'config.yml'

jobs:
check-version:
runs-on: ubuntu-latest
Expand All @@ -29,3 +31,5 @@ jobs:
else
echo "config.yml not modified. Skipping version check."
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a4a7ef

Please sign in to comment.