Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
khumnath authored Oct 19, 2024
1 parent adf3873 commit beea1d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Qt CMake Build
on:
push:
branches:
- workflow-test
- main
pull_request:
branches:
- workflow-test
- main

jobs:
build:
runs-on: ubuntu-latest # You can change this to windows-latest or macos-latest if needed

runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit beea1d2

Please sign in to comment.