Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 4e288fb

Browse files
remove autocommits to main
1 parent 9b4c2f0 commit 4e288fb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm_updates.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: npm-staticfiles updater
33
on:
44
push:
55
branches:
6-
- 'main'
76
- 'dev'
87
workflow_dispatch:
98

.github/workflows/pre-commit_updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
update_pre-commit:
12+
if: github.ref == 'refs/heads/main'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)