Testing workflows
This commit is contained in:
13
.github/workflows/testing.yml
vendored
13
.github/workflows/testing.yml
vendored
@ -1,6 +1,17 @@
|
||||
name: Testing
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
# - '.github/**'
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
# - '.github/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user