Skip to content

Commit

Permalink
Reduce CI runs by ignoring pushes to branch and non-functional files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR authored May 15, 2024
1 parent d34fcbb commit e63d1a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Run CI

on: [push, pull_request]
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
- '.vscode/*'
pull_request:
paths-ignore:
- '**.md'
- '.vscode/*'

jobs:
build:
Expand Down

0 comments on commit e63d1a2

Please sign in to comment.