Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu authored Oct 3, 2023
1 parent 8eef655 commit 5ff51cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: ubuntu-build

on: [push]
on:
push:
paths:
- examples/**
- phreesqlib/**
- phreesqlexe/**
- external/**
- .github/workflows/ubuntu.yml
- build.sh
- test.sh

jobs:
build:
Expand Down

0 comments on commit 5ff51cc

Please sign in to comment.