Skip to content

Commit

Permalink
Update workflow: remove triggers on master branch, change comment (#1574
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Cr1stal423 authored Dec 26, 2024
1 parent d99dc69 commit 8d8b16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: CI/CD GreenCityUBS
concurrency: Testing

on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the dev branch
push:
branches: [ master, dev ]
branches: [ dev ]
pull_request:
branches: [ master, dev ]
branches: [ dev ]

env:
repository: ubs
Expand Down

0 comments on commit 8d8b16f

Please sign in to comment.