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 ce7ceae commit 203dcc7Copy full SHA for 203dcc7
.github/workflows/build-and-test.yml
@@ -1,8 +1,14 @@
1
name: build-and-test
2
3
-run-name: Build & test for PR '${{ github.event.pull_request.title }}'
4
-
5
-on: [pull_request]
+run-name: Build & test for ${{ github.ref_name }} on ${{ github.sha }}
+
+on:
6
+ push:
7
+ branches:
8
+ - 'main'
9
+ - 'develop'
10
+ pull_request:
11
+ types: [opened, synchronize, reopened]
12
13
# Cancel previous runs if new changes on PR/branch
14
concurrency:
0 commit comments