Skip to content

Commit

Permalink
rework-triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent 156a3ce commit 00dd4f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
run-name: Build feature branch

on:
push

jobs:
run_checks:
uses: ./.github/workflows/run_checks.yaml

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ run-name: Jackdaw build

on:
push:
branches-ignore:
- master
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- 'publish-snapshot*'

jobs:
run_checks:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/run_checks.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
run-name: Jackdaw build
run-name: Run checks

on:
workflow_call:


jobs:
Explore-GitHub-Actions:
RunChecks:
runs-on: ubuntu-latest
container: clojure:latest
services:
Expand Down

0 comments on commit 00dd4f5

Please sign in to comment.