Skip to content

Commit

Permalink
Workflows cleanup: use secrets directly and dedupe test runs (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Gitonga <gitonga@gmail.com>
  • Loading branch information
cisaacstern and ericgitonga committed May 21, 2024
1 parent 2c113a4 commit 0cad9c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Tests
on: [push, pull_request]

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "*" ]

jobs:
Test:
environment: Testing
name: ${{ matrix.os }}, ${{ matrix.env }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 0cad9c7

Please sign in to comment.