mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-06 02:32:52 +01:00
.
This commit is contained in:
parent
a5ba5cb63a
commit
4a3a4ebf11
1 changed files with 1 additions and 8 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -1,12 +1,6 @@
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- releases/*
|
|
||||||
- users/*
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-archive:
|
test-archive:
|
||||||
|
@ -30,4 +24,3 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: __test__/verify-basic.sh container
|
run: __test__/verify-basic.sh container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue