Organization - Mozilla
Project Mentor - Mathieu Leplatre
Summary
#-------------------------------------------------------------------------------- | |
# Workflow configuration | |
#-------------------------------------------------------------------------------- | |
name: Build | |
on: | |
push: # Run on push | |
pull_request: # Run on pull-request | |
#-------------------------------------------------------------------------------- |