Skip to content

Commit

Permalink
CI: Only run on pushes to main
Browse files Browse the repository at this point in the history
To avoid two actions runs for pull requests.
  • Loading branch information
brechtvl committed Jun 20, 2024
1 parent 7d482ab commit 2b5f494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name: CI

on:
push:
branches-ignore:
- 'gh-pages'
branches:
- "main"
paths-ignore:
- '**.md'
- 'web/**'
Expand Down

0 comments on commit 2b5f494

Please sign in to comment.