Skip to content

Commit

Permalink
Run CI on PRs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored and simi committed Nov 16, 2023
1 parent f925d3d commit 9ebc072
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: ubuntu

on: [push]
on:
pull_request:
push:
branches:
- master
permissions:
contents: read

jobs:
build:
Expand Down

0 comments on commit 9ebc072

Please sign in to comment.