We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6455b4 commit da1a665Copy full SHA for da1a665
.github/workflows/packages.yaml
@@ -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
+name: CBMC Packages
+
+on:
+ # Build packages when new commits are pushed to develop
+ push:
+ branches:
+ - develop
11
12
jobs:
13
Tags:
0 commit comments