rename main branch

This commit is contained in:
Hörmet Yiltiz 2023-12-21 16:29:09 -05:00
parent 78f1b0382f
commit 440cbf327a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Integration from gbprod/yanky.nvim
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
schedule:
- cron: '0 7 * * 1'
# Allows you to run this workflow manually from the Actions tab