Skip to content

Commit

Permalink
github actions: branch name mastermain
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 17, 2024
1 parent 2dfecfd commit 3d16134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: 00 00 * * 1 # run every Monday at 00:00
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
schedule:
- cron: 00 00 * * 1 # every Monday at 00:00
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
lint:
Expand Down

0 comments on commit 3d16134

Please sign in to comment.