Skip to content

Commit

Permalink
Actions (#277)
Browse files Browse the repository at this point in the history
* build: only run checks when making a pr to dev or main

* build: add dispatch trigger to deployement
  • Loading branch information
francisvaut committed Apr 9, 2024
1 parent 2ea8bff commit 629ae0b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-linting.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: backend-linting

on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deployement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/frontend-linting.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: frontend-linting

on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: tests

on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
workflow_dispatch:
Expand Down

0 comments on commit 629ae0b

Please sign in to comment.