Skip to content

Commit

Permalink
adapt workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
himaren committed May 8, 2024
1 parent 6f26f2d commit bf3ffeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hella_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
compile_and_run:
Expand All @@ -16,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: get-cmake
uses: lukka/get-cmake@v3.29.3

Expand Down

0 comments on commit bf3ffeb

Please sign in to comment.