Skip to content

Commit

Permalink
Change build to target this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Jan 25, 2024
1 parent dbf530a commit 3471d91
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: ClusterFuzzLite PR fuzzing
on:
push:
paths:
- 'scripts/convert**'
- 'test/scripts/convert**'
pull_request:
paths:
- 'scripts/convert**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: ["**"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
on: [push,pull_request]

permissions:
contents: read
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/push-tests-update-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Run Tests and Update output files
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- master
- dev
branches: ["**"]
paths:
- 'sources/**'
- 'scripts/convert**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches: [ main, master ]
branches: [ "**" ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 3471d91

Please sign in to comment.