Skip to content

Add Martin Luther King's day 2025 holiday to CME futures entries (#8515) #1225

Add Martin Luther King's day 2025 holiday to CME futures entries (#8515)

Add Martin Luther King's day 2025 holiday to CME futures entries (#8515) #1225

name: Rebase Organization Branches
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Rebase Organization Branches
run: |
chmod +x rebase_organization_branches.sh
./rebase_organization_branches.sh
env:
QC_GIT_TOKEN: ${{ secrets.QC_GIT_TOKEN }}