Skip to content

Commit

Permalink
fix branch name for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Nov 25, 2021
1 parent 463438a commit b7713bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/d.yml
Expand Up @@ -2,9 +2,9 @@ name: D

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

jobs:
build:
Expand Down

0 comments on commit b7713bd

Please sign in to comment.