Checking the compilability on Pull Requests

pull/60/head
Javernaut 3 years ago
parent 41ae87b0f0
commit 7918d8d7ec
  1. 2
      .github/workflows/compilability_check.yml

@ -1,5 +1,5 @@
name: Compilability check
on: push
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04

Loading…
Cancel
Save