Skip to content

Commit

Permalink
GH workflows run only on push to trunk branches, not feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Nov 7, 2023
1 parent 5c9b79e commit e5c18fa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Client Tests"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Generate"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Licenses"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Smoke"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Snapcraft"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Static Analysis"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
# paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Upgrade"
on:
push:
branches: [2.9, 3.1, 3.2, 3.3, main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
Expand Down

0 comments on commit e5c18fa

Please sign in to comment.