Skip to content

Commit

Permalink
fix: ci/cd workflow for trunk branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 14, 2020
1 parent d9f743c commit 9b1f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: trunk

on:
push:
branches: [develop]
branches: [main]

jobs:
graphql-14:
Expand Down

0 comments on commit 9b1f212

Please sign in to comment.