Skip to content

Commit

Permalink
github: rename the main action to ci
Browse files Browse the repository at this point in the history
As in: Continuous Integration.

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed Mar 27, 2023
1 parent cf66c36 commit 278cc99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
push:
branches: [master]
Expand Down

0 comments on commit 278cc99

Please sign in to comment.