Skip to content

Merge pull request #4 from thiago-marafeli-VBL/thiago-marafeli-VBL-pa… #8

Merge pull request #4 from thiago-marafeli-VBL/thiago-marafeli-VBL-pa…

Merge pull request #4 from thiago-marafeli-VBL/thiago-marafeli-VBL-pa… #8

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- run: |
echo "Event ${{ github.event.repository.name }} and ${{ github.ref_name }} too"