Skip to content

Commit

Permalink
Fix branch name on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Oct 19, 2023
1 parent 04c9725 commit e19c701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Copy Secrets file
run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
- name: Build example
run: make build-example
run: make build-example

0 comments on commit e19c701

Please sign in to comment.