Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
make for PR requests
  • Loading branch information
talagayev authored Dec 14, 2024
1 parent f8525a9 commit 208f5c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI-CD

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

jobs:
build-linux:
Expand Down

0 comments on commit 208f5c4

Please sign in to comment.