Skip to content

Commit

Permalink
Merge pull request #3 from metal3d/feat-adapt-workflow
Browse files Browse the repository at this point in the history
Only test PR on develop as main is locked
  • Loading branch information
metal3d authored Nov 1, 2023
2 parents 861ced7 + 69589c6 commit ee378a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: Go

on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "develop" ]

jobs:

Expand Down

0 comments on commit ee378a9

Please sign in to comment.