Skip to content

Commit

Permalink
workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Oct 11, 2023
1 parent 0e7a48c commit bfb6a59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main]
branches: [master]
paths-ignore:
- "**.md"
- "**.spec.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: MC Docu CI

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request_target:
branches:
- main
- master

permissions:
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

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

jobs:
build:
Expand Down

0 comments on commit bfb6a59

Please sign in to comment.