Skip to content

Update commit-stage.yml #2

Update commit-stage.yml

Update commit-stage.yml #2

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:
branches: [ "master" ]
pull_request:
branches: [ "devlop" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: