Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhedin committed Jul 16, 2024
1 parent 4487b45 commit 81cda50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: "C/C++ CI"
name: "C++ CI"

on:
push:
branches:
- *
- '*'
paths-ignore:
- 'README**'
- 'doc/**'
- 'octave/**'
pull_request:
branches:
- *
- '*'
paths-ignore:
- 'README**'
- 'doc/**'
Expand Down

0 comments on commit 81cda50

Please sign in to comment.