Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv authored May 27, 2024
1 parent 16e51d1 commit 14b4916
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
name: build
on: [pull_request, push]

on:
pull_request:

push:
branches:
- main
tags:
- v*

workflow_dispatch:

jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: make
Expand Down

0 comments on commit 14b4916

Please sign in to comment.