Skip to content

Commit

Permalink
Add pull_request and workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen authored Apr 30, 2024
1 parent f1fdf78 commit e646eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Validate TTL Files

on: [push]
on: [push, pull_request, workflow_dispatch]

jobs:
check-for-warnings:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
lines=$(echo "$validation_result" | wc -l )
# Correct validation has 4 lines of output
[[ ${lines} -eq 4 ]] || exit 1
done
done

0 comments on commit e646eff

Please sign in to comment.