Skip to content

Commit

Permalink
Force test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Morris committed Jul 3, 2024
1 parent bb52a0f commit 2879356
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: build

on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- 'main'
- 'casey/add-ci/2024-07-03'
tags-ignore:
- '**'

Expand All @@ -15,7 +13,7 @@ env:
jobs:
build:
runs-on: macos-latest
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'PhiloInc/JsNamedArgs' }}
if: ${{ github.ref == 'refs/heads/casey/add-ci/2024-07-03' && github.repository == 'PhiloInc/JsNamedArgs' }}

steps:
- name: "Checkout"
Expand Down

0 comments on commit 2879356

Please # to comment.