mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-04-19 23:19:03 +02:00
Set up GitHub Actions
This commit is contained in:
parent
60805b7187
commit
20bd96918c
@ -1,6 +1,6 @@
|
||||
name: Push
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
@ -1,6 +1,9 @@
|
||||
name: Pull request
|
||||
name: Test
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
Loading…
x
Reference in New Issue
Block a user