1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Trigger actions on pull requests (#495)

This commit is contained in:
Matias Fontanini
2023-01-03 09:04:03 -08:00
committed by GitHub
parent eb997f5438
commit 638bf9b34b

View File

@@ -1,5 +1,11 @@
name: Tests
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Ubuntu-Tests:
runs-on: ubuntu-latest