Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
ci(): Switch ci only to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 2, 2024
1 parent aeb66ce commit 7547d17
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ updates:
- package-ecosystem: github-actions
labels: []
directory: /
target-branch: main
target-branch: dev
schedule:
interval: daily
timezone: Asia/Jakarta

- package-ecosystem: gradle
labels: []
directory: /
target-branch: main
target-branch: dev
schedule:
interval: daily
timezone: Asia/Jakarta

- package-ecosystem: gomod
labels: []
directory: /AndroidLibXrayLite
target-branch: main
target-branch: dev
schedule:
interval: daily
timezone: Asia/Jakarta
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test
on:
pull_request:
branches:
- main
- dev
workflow_dispatch:
branches:
- dev
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
push:
branches:
- main
tags:
- "v*.*.*"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Deploy static content to Pages
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches:
- dev

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Update Gradle wrapper
on:
schedule: [{cron: "0 16 * * *"}]
workflow_dispatch:
branches:
- dev

permissions:
contents: write # to be able to publish a GitHub release
Expand Down

0 comments on commit 7547d17

Please sign in to comment.