Skip to content

Commit

Permalink
Adding linux-exclusive workflow (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Jan 10, 2025
1 parent 8c314bd commit fd49ef6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/on-push-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: On Push (Linux)

on:
push:
branches:
- linux
paths-ignore: [ 'Doc/**', 'Flights/**', 'Html/**', 'Images/**', 'Localdoc/**', 'Scenarios/**', 'Textures/**', 'Textures2/**']
pull_request:
branches:
- linux
paths-ignore: [ 'Doc/**', 'Flights/**', 'Html/**', 'Images/**', 'Localdoc/**', 'Scenarios/**', 'Textures/**', 'Textures2/**']
workflow_dispatch:

jobs:
build:
name: Push
runs-on: ubuntu-latest
steps: # Dummy workflow to later be replaced with actual
- name: Checkout
uses: actions/checkout@v4

0 comments on commit fd49ef6

Please sign in to comment.