Skip to content

Commit

Permalink
Rename workflows. (kixelated#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Oct 13, 2023
1 parent 5028b05 commit 633217a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: main

on:
push:
branches: ["main"]
Expand All @@ -8,7 +10,7 @@ env:
SERVICE: api # Restart the API service TODO and relays

jobs:
build:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/check.yml → .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: pr

on:
pull_request:
branches: ["main"]
Expand All @@ -6,7 +8,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
check:
build:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 633217a

Please sign in to comment.