Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreksh committed Jan 24, 2024
2 parents a5817bc + 8a4eaa0 commit e9523fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Build

on:
push:
# Run workflow on any pull request.
pull_request:

# Run workflow on pushes to the master branch.
push:
branches: [master]

jobs:
build:
run-tests:
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit e9523fd

Please sign in to comment.