Skip to content

Commit

Permalink
Fix: Triggers are too restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent 61ae3c3 commit a19805a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- fix/build
paths:
- 'backend/**'
- '.github/workflows/backend_build.yml'
pull_request:
branches:
- master
paths:
- 'backend/**'
- '.github/workflows/backend_build.yml'

jobs:
Build_on_ubuntu:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- 'frontend/**'
- '.github/workflows/frontend_build.yml'
pull_request:
branches: [ master ]
paths:
- 'frontend/**'
- '.github/workflows/frontend_build.yml'

jobs:
Build_On_Ubuntu:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- 'frontend/**'
- '.github/workflows/frontend_build_push.yml'
pull_request:
branches: [ master ]
paths:
- 'frontend/**'
- '.github/workflows/frontend_build_push.yml'

permissions:
id-token: write
Expand Down

0 comments on commit a19805a

Please sign in to comment.