mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Adjust ci script
This commit is contained in:
parent
ca89a78061
commit
bfd0a4b852
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,8 +1,5 @@
|
|||
name: ci
|
||||
|
||||
default:
|
||||
image: "archlinux:latest"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "feature/continuous-integration", "development" ]
|
||||
|
|
@ -10,6 +7,7 @@ on:
|
|||
jobs:
|
||||
|
||||
linux:
|
||||
runs-on: archlinux:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: bash scripts/install-development-environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue