Skip to content

Commit

Permalink
Run workflows for all branches by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme authored Feb 29, 2024
1 parent 693c173 commit 227ac13
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Run Tests

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

permissions:
contents: read
Expand Down

0 comments on commit 227ac13

Please sign in to comment.