Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 4, 2023
1 parent 1f746d6 commit 7d14e62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
@@ -1,5 +1,11 @@
name: Build and test
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d14e62

Please sign in to comment.