fix: use correct branch name

This commit is contained in:
David Leal 2023-06-23 12:04:53 -06:00 committed by GitHub
parent 8a1a4972a5
commit f4ee5743af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
paths:
- "leetcode/src/**.c"
branches:
- main
- master
jobs:
build:
if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.