Skip to content

Commit

Permalink
Fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
picatz committed Aug 24, 2024
1 parent 332f4e3 commit 03acb76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Test"

on:
# TODO: move to "main" branch
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"

jobs:
run:
Expand Down

0 comments on commit 03acb76

Please sign in to comment.