Skip to content

Commit

Permalink
Updated go_cicd.yml trigger
Browse files Browse the repository at this point in the history
Now workflow will be triggered manually on specific branch.
Also trigered when pushing to main
  • Loading branch information
chefgs authored Jul 25, 2024
1 parent 79ca833 commit fda3e19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
name: Link-to-QR CICD

on:
push:
branches: [ "**" ]
pull_request:
workflow_dispatch:
push:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

jobs:

Expand Down

0 comments on commit fda3e19

Please sign in to comment.