chore(ci): fix branch name

This commit is contained in:
Ege Özkan
2023-12-24 15:24:15 +03:00
committed by GitHub
parent 36896353d1
commit 979fdc01ff

View File

@@ -6,9 +6,9 @@ name: CI
# events but only for the master branch # events but only for the master branch
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: