Skip to content

Commit

Permalink
Update ci.yaml To Run On Any Commit/Push
Browse files Browse the repository at this point in the history
  • Loading branch information
brightprogrammer committed Dec 18, 2024
1 parent e6fad00 commit 595aaa0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: CMake Build and Test

on:
push:
branches:
- main
pull_request:
branches:
- main
push: # Trigger on any push to any branch
pull_request: # Trigger on any PR

jobs:
build-and-test:
Expand Down

0 comments on commit 595aaa0

Please sign in to comment.