Skip to content

Commit da1a665

Browse files
author
Mark R. Tuttle
committed
Restrict github actions to develop branch.
1 parent d6455b4 commit da1a665

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/packages.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
name: Package CBMC
2-
on: [push]
3-
4-
# This is the trigger to use when merged into the cbmc repo.
5-
# Until then leave the old trigger to facilitate debugging of the pull request.
6-
# on:
7-
# # Build packages when new commits are added to the develop branch.
8-
# push:
9-
# branches:
10-
# - develop
1+
name: CBMC Packages
2+
3+
on:
4+
# Build packages when new commits are pushed to develop
5+
push:
6+
branches:
7+
- develop
118

129
jobs:
1310
Tags:

0 commit comments

Comments
 (0)