Skip to content

Commit

Permalink
remove branch from on push
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Jan 6, 2025
1 parent efe5ede commit b85258e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build

on:
push:
# TODO: remove github_actions after we've tested that this works
branches: [ master, github_actions ]
branches: [ master ]

permissions:
id-token: write
Expand Down

0 comments on commit b85258e

Please sign in to comment.