Skip to content

Commit

Permalink
Updating workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Aug 3, 2023
1 parent 13295fb commit bac5d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu-builds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Abismal Ubuntu Builds
name: Abismal builds on Ubuntu

on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-distcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Distribution check on Ubuntu
name: Abismal distribution check on Ubuntu

on:
workflow_dispatch:
Expand Down

0 comments on commit bac5d8a

Please sign in to comment.