Skip to content

Commit

Permalink
- fix workflows with main
Browse files Browse the repository at this point in the history
  • Loading branch information
atakavci committed Nov 29, 2024
1 parent a38c837 commit 0b45674
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
- '**/*.md'
- '**/*.rst'
branches:
- master
- main
- '[0-9].*'
pull_request:
branches:
- master
- main
- '[0-9].*'
schedule:
- cron: '0 1 * * *' # nightly build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish Snapshot-Core
on:
push:
branches:
- master
- main
- '[0-9].x'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/entraid_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- '**/*.md'
- '**/*.rst'
branches:
- master
- main
- '[0-9].*'
pull_request:
branches:
- master
- main
- '[0-9].*'
schedule:
- cron: '0 1 * * *' # nightly build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/entraid_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on:
push:
branches:
- master
- main
- '[0-9].x'
workflow_dispatch:

Expand Down

0 comments on commit 0b45674

Please sign in to comment.