Skip to content

Commit

Permalink
Check from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 17, 2024
1 parent 8753f27 commit 7f8baaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: Main - explore CI primitives

on:
push:
branches:
- main

env:
KOSLI_ORG: kosli
KOSLI_API_TOKEN: dummy3465324sgr65324wrets
KOSLI_FLOW: server
KOSLI_TRAIL: ${{ github.sha }}
KOSLI_CLI_VERSION: 2.10.18
KOSLI_DRY_RUN: ${{ vars.KOSLI_DRY_RUN }} # false
KOSLI_DRY_RUN: true # ${{ vars.KOSLI_DRY_RUN }} # false


jobs:
Expand Down

0 comments on commit 7f8baaf

Please sign in to comment.