Commit fb410352 authored by Samir Halilcevic's avatar Samir Halilcevic

Set up actions trigger on push to master

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