Skip to content

Commit

Permalink
rename gha workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Aug 21, 2023
1 parent 2831a3b commit 0ca20c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autotools-cross.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autotools cross-compile make
name: autotools cross-compile make ubuntu

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autotools-osx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autotools make
name: autotools make osx

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autotools make
name: autotools make ubuntu

on: [push, pull_request]

Expand Down

0 comments on commit 0ca20c6

Please sign in to comment.