We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77fa336 + 2a06175 commit 6213245Copy full SHA for 6213245
1 file changed
.github/workflows/Build.yml
@@ -3,9 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- pull_request:
7
- branches:
8
- - main
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -67,4 +64,4 @@ jobs:
67
64
user_name: 'github-actions[bot]'
68
65
user_email: 'github-actions[bot]@users.noreply.github.com'
69
66
# A custom commit message
70
- commit_message: 'Automated deployment of static files'
+ commit_message: 'Automated deployment of static files'
0 commit comments