Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
ci: only trigger on pushes to main branches (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 28, 2023
1 parent 724631e commit b526b42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: CI

on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down

0 comments on commit b526b42

Please sign in to comment.