mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
Update ci.yml
This commit is contained in:
parent
49baf0001b
commit
afdc079de1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -3,7 +3,8 @@ name: CI # Name of the workflow
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- devel # Runs only when a pull request targets the 'devel' branch
|
||||
- devel
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test: # Defines a job called "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue