1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-12 12:00:14 +00:00

Create push.yml

Signed-off-by: Cory Smith <dualbrain@msn.com>
This commit is contained in:
Cory Smith 2022-09-29 11:20:58 -07:00 committed by GitHub
parent 357a7209cf
commit 56eca9f4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/push.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure