Skip to content

Commit

Permalink
chore: Re-arranging stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Aug 31, 2023
1 parent 4715e97 commit 5520ec6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lazarus/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

build:
name: Build Application
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/lazarus/build.yml
with:
app_name: MyApp

Expand Down
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Testing Lazarus

permissions:
contents: write

defaults:
run:
shell: bash

on:

push:
branches: [ main ]
tags: [ "*" ]
paths-ignore: [ "README.md", "history.md", "release-notes.md" ]

pull_request:
branches: [ main ]

jobs:

build:
name: Build Application
uses: ./.github/workflows/lazarus/build.yml
with:
app_name: MyApp

strategy:
fail-fast: true
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A collection of GitHub reusable workflows

## Object Pascal: Lazarus

- [main](.github/workflows/lazarus/main-lazarus.yml)
- [build](.github/workflows/lazarus/build-lazarus.yml)
- [test](.github/workflows/lazarus/test-lazarus.yml)
- [release](.github/workflows/lazarus/release-lazarus.yml)
- [main](.github/workflows/lazarus/main.yml)
- [build](.github/workflows/lazarus/build.yml)
- [test](.github/workflows/lazarus/test.yml)
- [release](.github/workflows/lazarus/release.yml)

0 comments on commit 5520ec6

Please sign in to comment.