mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
fix: use correct branch name
This commit is contained in:
parent
8a1a4972a5
commit
f4ee5743af
@ -6,7 +6,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "leetcode/src/**.c"
|
- "leetcode/src/**.c"
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.
|
if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user