Skip to content

Commit

Permalink
ci: Update main branch to pull and push
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v committed Jun 19, 2024
1 parent a605700 commit 1721281
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Navarro Blog API Build CI
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
workflow_run:
workflows: [Run Tests]
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: DevSkim CI

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '20 16 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
schedule:
- cron: '36 20 * * *'
push:
branches: [ "master" ]
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust-Clippy Analyze CI

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '37 14 * * 6'

Expand Down

0 comments on commit 1721281

Please sign in to comment.