Skip to content

Commit 168664c

Browse files
committed
FCI
1 parent e4754d2 commit 168664c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# You can also have it check for changes on each push to master
99
push:
1010
branches:
11-
- master
11+
- main
1212
- dev
1313

1414
jobs:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout New Branch
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
BRANCH_AGAINST: "master"
44+
BRANCH_AGAINST: "dev"
4545
run: |
4646
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
4747
export BRANCH_FROM="contributors/update-$(date '+%Y-%m-%d')"

0 commit comments

Comments
 (0)