Skip to content

Commit 5f1b5e3

Browse files
committed
ci: rename build.yml to ci.yml for cross-repo consistency
1 parent 8ecbaf8 commit 5f1b5e3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
name: Test if build is working
1+
name: CI
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
concurrency:
9+
group: ci-${{ github.ref }}
10+
cancel-in-progress: true
11+
12+
permissions:
13+
contents: read
614

715
jobs:
8-
test:
16+
build:
917
runs-on: ubuntu-latest
1018
steps:
1119
- name: Generate GitHub App Token

0 commit comments

Comments
 (0)