Skip to content

Commit

Permalink
Fix linux CI workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelCarlos committed Mar 15, 2024
1 parent 294d0c3 commit 0a7c20f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-Linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Test-Linux

on:
push:
push:
branches: [ main ]
pull_request:
pull_request:
branches:
- '*'
- '*'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a7c20f

Please sign in to comment.