Skip to content

Commit

Permalink
Updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patitotective committed Mar 19, 2024
1 parent 2d31c5e commit fd3ca36
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: CI
on:
push:
paths:
- "src/**"
- "public/**"
pull_request:
branches: [ main ]

paths:
- "src/**"
- "public/**"
jobs:
appimage:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fd3ca36

Please sign in to comment.