Skip to content

Commit 5258983

Browse files
authored
Merge pull request #1129 from ocaisa/update_ci_triggers
Make sure CI triggers for all workflows on push to `main`
2 parents 91c40fa + b006dc3 commit 5258983

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: '25 15 * * 3'
1111
push:
1212
branches:
13-
- '*-software.eessi.io'
13+
- 'main'
1414

1515
# Declare default permissions as read only.
1616
permissions: read-all

.github/workflows/test-software.eessi.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Check for missing software installations in software.eessi.io
33
on:
44
push:
5-
branches: [ "*-software.eessi.io" ]
5+
branches: [ "main" ]
66
pull_request:
77
workflow_dispatch:
88
permissions:

.github/workflows/test_compare_stacks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Check for discrepancies between software stacks in software.eessi.io
33
on:
44
push:
5-
branches: [ "*-software.eessi.io" ]
5+
branches: [ "main" ]
66
pull_request:
77
workflow_dispatch:
88
permissions:

0 commit comments

Comments
 (0)