Skip to content

Commit

Permalink
fix: update conventional commits ci to use main instead of master (#31)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

As per title
  • Loading branch information
J0 authored Jul 3, 2024
1 parent c217f53 commit bebce89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Check pull requests
on:
push:
branches-ignore: # Run the checks on all branches but the protected ones
- master
- main
- release/*

pull_request_target:
branches:
- master
- main
- release/*
types:
- opened
Expand Down

0 comments on commit bebce89

Please sign in to comment.