Commit 6795b88c by Arun Babu Neelicattu

actions: trigger only for pushes to master/develop

parent ea7d9d1f
name: Tests
on: [push, pull_request]
on:
push:
branches:
- master
- develop
pull_request:
branches:
- '**'
jobs:
Linting:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment