Skip to content

Commit

Permalink
ci: add build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jun 19, 2024
1 parent e390178 commit 0f812a9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 60 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-linux-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build - Linux

on:
push:

jobs:
call-workflow:
uses: Silverlan/pragma/.github/workflows/build-module.yml@main
if: github.repository != 'Silverlan/pr_module_template'
with:
repository: '${{ github.repository }}'
os: linux
secrets:
repository_token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
16 changes: 16 additions & 0 deletions .github/workflows/build-windows-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build - Windows

on:
push:

jobs:
call-workflow:
uses: Silverlan/pragma/.github/workflows/build-module.yml@main
if: github.repository != 'Silverlan/pr_module_template'
with:
repository: '${{ github.repository }}'
os: windows
secrets:
repository_token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
60 changes: 0 additions & 60 deletions .github/workflows/pragma-linux-ci.yml

This file was deleted.

0 comments on commit 0f812a9

Please sign in to comment.