Skip to content

Commit e34ed60

Browse files
authored
Merge pull request #9 from LLNL/task/white238/trigger_ci
change to trigger ci
2 parents 28759b5 + 84d114d commit e34ed60

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build-matrices.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- cron: 0 3 * * *
88

99
# On pull request we test updates to images
10-
pull_request: []
10+
pull_request:
11+
types:
12+
[opened]
1113

1214
# On push to main we build and deploy images
1315
push:

.github/workflows/dockerfiles.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
- cron: 0 1 * * *
1212

1313
# On pull request we test updates to images
14-
pull_request: []
14+
pull_request:
15+
types:
16+
[opened]
1517

1618
# On push to main we build and deploy images
1719
push:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021, Lawrence Livermore National Security, LLC
3+
Copyright (c) Lawrence Livermore National Security, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)