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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- releases/*
|
||||
- users/*
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test-archive:
|
||||
|
@ -30,4 +24,3 @@ jobs:
|
|||
shell: bash
|
||||
run: __test__/verify-basic.sh container
|
||||
|
||||
|
Loading…
Reference in a new issue