Skip to content

Commit

Permalink
Merge pull request #3 from annoyingmice/dev
Browse files Browse the repository at this point in the history
Updated fixed workflow branch name
  • Loading branch information
fgunz07 authored Mar 20, 2024
2 parents 125d8f4 + d422fab commit 7870468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run-name: ${{ github.actor }} is testing push commit 🚀

on:
push:
branches: [master, dev]
branches: [main, dev]
pull_request:
branches: [master]
branches: [main]

jobs:
tests:
Expand Down

0 comments on commit 7870468

Please sign in to comment.