1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 11:25:08 +00:00
qb64/.github/workflows/push.yml
Cory Smith 56eca9f4e9
Create push.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:20:58 -07:00

17 lines
201 B
YAML

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