Skip to content

Commit

Permalink
ci: allow ci to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jan 1, 2024
1 parent 218f3c0 commit 3fbba16
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Build

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: linz/action-typescript@v3
- uses: linz/action-typescript@v3

0 comments on commit 3fbba16

Please sign in to comment.