Commit fb410352 authored by Samir Halilcevic's avatar Samir Halilcevic

Set up actions trigger on push to master

parent e38b9d06
name: check-formatting
on: [pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
......
name: check-typos
on: [pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
typos:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Spell checking over all files
uses: crate-ci/typos@master
with:
......
name: build-caf
on: [pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
Windows:
runs-on: windows-2019
......
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