Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 10, 2024
1 parent b8a1f2a commit 2d83b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- archives/v3
- archives-v3
paths-ignore:
- '**/*.gitignore'
- '**/*.gitattributes'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev
- archives/v2
paths-ignore:
- '**/*.gitignore'
- '**/*.gitattributes'
Expand All @@ -13,15 +12,13 @@ on:
types: [opened, synchronize, reopened, closed]
branches:
- dev
- archives/v2
paths-ignore:
- '**/*.gitignore'
- '**/*.gitattributes'

workflow_dispatch:
branches:
- dev
- archives/v2
paths-ignore:
- '**/*.gitignore'
- '**/*.gitattributes'
Expand Down

0 comments on commit 2d83b0b

Please sign in to comment.