mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Adjust ci script
This commit is contained in:
parent
a2ec7dec62
commit
ca89a78061
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: ci
|
||||
|
||||
default:
|
||||
image: "archlinux:latest"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "feature/continuous-integration", "development" ]
|
||||
|
|
@ -7,7 +10,6 @@ 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