Skip to content

Commit

Permalink
Change pull request action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters authored Feb 19, 2025
1 parent 2896c0b commit 92ecd8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jekyll-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Check Jekyll Build
on: [pull_request]
on:
pull_request:
branches:
- main
jobs:
check-build:
runs-on: ubuntu-latest
Expand All @@ -20,4 +23,4 @@ jobs:
- name: Build with Jekyll
run: |
cd comsoc-website
bundle exec jekyll build -t
bundle exec jekyll build -t

0 comments on commit 92ecd8a

Please sign in to comment.