Skip to content

Commit

Permalink
Fix main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Dec 2, 2020
1 parent 96c7b6f commit 32b309d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature CI

on:
push:
branches-ignore: ['main']
branches-ignore: ['master']
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Main CI

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

jobs:
linux:
Expand Down

0 comments on commit 32b309d

Please sign in to comment.