Skip to content

Commit

Permalink
Update and rename ccpp.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepjindal authored Jul 17, 2024
1 parent ad7c96a commit 89f0517
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ccpp.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: C/C++ CI

on:
push:
branches:
- master
- release/*

jobs:
print_message:
name: print_message
runs-on: ubuntu-latest
steps:
- name: Echo message
run: echo "Welcome to land of algorithms"

0 comments on commit 89f0517

Please sign in to comment.