Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Enables GH actions on pushes on the delpoyment branches
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Feb 27, 2024
1 parent 609b134 commit a5c3173
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Main

on:
push:
paths-ignore:
- '.github/**'
branches:
- 'release/**'
- 'master'
- 'stg'
pull_request:
paths-ignore:
- '.github/**'
Expand Down

0 comments on commit a5c3173

Please sign in to comment.